prettier - Move prettier config from npm tasks to prettierrc.json

This commit is contained in:
2019-12-16 10:20:26 +05:30
parent 5fe2293f89
commit 3f0947a195
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"trailingComma": "es5",
"singleQuote": true
}