style(norme/eslint): now edited the husky rules before commiting

This commit is contained in:
Raphael 2025-08-18 14:57:23 +02:00
parent 439ddab587
commit 1c4c0f5872
16 changed files with 1883 additions and 1845 deletions

View file

@ -9,12 +9,8 @@
},
"private": true,
"lint-staged": {
"*.{ts,js,cts,mts}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md,yml,yaml}": [
"prettier --write"
"*": [
"eslint --fix"
]
},
"devDependencies": {