feat(linters): linters and prettier added to front

This commit is contained in:
2024-11-03 18:37:51 +01:00
parent 3d0a996744
commit a474783a02
6 changed files with 4642 additions and 4609 deletions

7
front/.prettierrc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"printWidth": 85,
"tabWidth": 4,
"singleQuote": false,
"semi": true,
"arrowParens": "always"
}