mirror of
https://github.com/frappe/books.git
synced 2025-01-06 00:30:44 +00:00
chore: move prettier config to package.json, fix icon spacing
This commit is contained in:
parent
ec862509e5
commit
aa6a565f9b
BIN
.github/logo.png
vendored
BIN
.github/logo.png
vendored
Binary file not shown.
Before (image error) Size: 2.9 KiB After (image error) Size: 3.0 KiB |
@ -1,3 +0,0 @@
|
||||
{
|
||||
"singleQuote": true
|
||||
}
|
BIN
build/icon.png
BIN
build/icon.png
Binary file not shown.
Before (image error) Size: 45 KiB After (image error) Size: 45 KiB |
@ -63,5 +63,10 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.4.0"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user