chore(tooling): ajouter .prettierrc + intégrer eslint-config-prettier

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hermann_Kitio 2026-04-17 17:55:45 +03:00
parent ef9a84433e
commit 7fed47dfeb
2 changed files with 10 additions and 0 deletions

8
.prettierrc Normal file
View file

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