feat: Add ESLint and Prettier configuration files with necessary scripts in package.json

This commit is contained in:
Thibault Pouch
2026-05-01 11:12:09 +02:00
parent 86840e0021
commit d7d9b1c25e
3 changed files with 31 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2
}