2
0
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:
18alantom 2021-11-16 13:15:20 +05:30
parent ec862509e5
commit aa6a565f9b
4 changed files with 5 additions and 3 deletions

BIN
.github/logo.png vendored

Binary file not shown.

Before

(image error) Size: 2.9 KiB

After

(image error) Size: 3.0 KiB

View File

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

Binary file not shown.

Before

(image error) Size: 45 KiB

After

(image error) Size: 45 KiB

View File

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