Adding frontend configs

This commit is contained in:
Mose Mueller
2023-04-11 09:15:54 +02:00
parent 3b6a1d2d4f
commit 2e9f95211f
4 changed files with 94 additions and 0 deletions

10
frontend/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"arrowParens": "always",
"bracketSameLine": true,
"endOfLine": "auto",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"vueIndentScriptAndStyle": true,
"printWidth": 88
}