2
0
mirror of https://github.com/frappe/books.git synced 2025-02-03 12:38:34 +00:00

chore: move prettier config to package.json

This commit is contained in:
18alantom 2021-11-16 13:12:45 +05:30
parent da58ae45fa
commit 317eb3116b
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +0,0 @@
{
"singleQuote": true
}

View File

@ -66,5 +66,10 @@
},
"engines": {
"node": ">=16.4.0"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
}