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:22 +02:00
parent 7c6bd42fec
commit 888c1cde6c
4 changed files with 23 additions and 1 deletions

7
.prettierrc Normal file
View File

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