Move ESLint configs to overrides (#24370)
This commit is contained in:
parent
be230be734
commit
373e4a8ff0
5 changed files with 36 additions and 7 deletions
|
@ -211,7 +211,7 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*": "prettier --ignore-unknown --write",
|
||||
"*.{js,jsx}": "eslint --fix",
|
||||
"*.{js,jsx,ts,tsx}": "eslint --fix",
|
||||
"*.{css,scss}": "stylelint --fix"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue