updating frontend packages, adding configs

This commit is contained in:
Mose Müller
2023-08-02 12:06:19 +02:00
parent c2845a0419
commit 8051775c07
4 changed files with 2289 additions and 2172 deletions

11
frontend/.prettierrc Normal file
View File

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