Add eslint and prettier

This commit is contained in:
2023-01-25 13:31:05 +01:00
parent f6edc8688a
commit c64c68791f
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
}