mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
chore: move prettier config to package.json, fix icon spacing
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"singleQuote": true
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@@ -63,5 +63,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.4.0"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user