improvements

This commit is contained in:
Rene
2020-07-25 14:26:22 +02:00
parent 4d58eb5e3a
commit f935a23185
15 changed files with 96 additions and 51 deletions
+18 -2
View File
@@ -2,6 +2,22 @@
"printWidth": 150,
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": true
"trailingComma": "es5",
"jsxBracketSameLine": true,
"arrowParens": "always",
"endOfLine": "lf",
"overrides": [
{
"files": "*.vue",
"options": { "parser": "vue" }
},
{
"files": "*.component.html",
"options": { "parser": "angular" }
},
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
]
}