style(norme/eslint): now edited the husky rules before commiting
This commit is contained in:
parent
439ddab587
commit
1c4c0f5872
16 changed files with 1883 additions and 1845 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue