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
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

-3
View File
@@ -1,3 +0,0 @@
{
"singleQuote": true
}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

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