Prettier for formatting and some stricter linting rules

This commit is contained in:
Imbus 2024-02-13 14:47:36 +01:00
parent 4450bf6512
commit e0f39375ba
7 changed files with 160 additions and 21 deletions

6
frontend/.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"bracketSameLine": false
}