Moved both prettier config and husky config into package.json

This commit is contained in:
Dmitry Yankowski
2020-02-25 22:48:36 -05:00
parent dddd8f32e8
commit 50339a2480
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +0,0 @@
{
"trailingComma": "es5",
"semi": false,
"singleQuote": false,
"printWidth": 100
}