Add eslint and prettier

This commit is contained in:
2023-01-25 13:31:05 +01:00
parent 2e891fc166
commit 81fbcc9281
4 changed files with 35 additions and 2 deletions

9
frontend/.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSameLine": false,
"singleAttributePerLine": true
}