chore(backend): add ESLint and Prettier configuration

This commit is contained in:
SaidSoighiri94
2026-06-16 10:01:19 +02:00
parent 2ac1a3281b
commit d67cf8d65e
6 changed files with 1132 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"singleQuote": true,
"semi": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "all"
}