chore: use lint-staged for pre-commit (#6)
This commit is contained in:
parent
e4d0106499
commit
60717e5d19
|
@ -1,5 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
npm run lint:fix
|
npx lint-staged
|
||||||
npm run prettier:fix
|
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,tsx}": [
|
"*.{js,ts,tsx}": [
|
||||||
"npm run fix"
|
"npm run fix && npm run type"
|
||||||
],
|
],
|
||||||
"*.{md,json,yml}": [
|
"*.{md,json,yml}": [
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
|
|
Loading…
Reference in New Issue