Fix: lint-staged not working properly(#3382)
This commit is contained in:
parent
28d7a1bab2
commit
201b84e6e2
|
@ -21,7 +21,8 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,tsx}": [
|
"*.{js,ts,tsx}": [
|
||||||
"prettier-lint",
|
"prettier --write",
|
||||||
|
"eslint",
|
||||||
"jest --bail --findRelatedTests"
|
"jest --bail --findRelatedTests"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue