Setup Husky and lint-stage for commit fixing (#23308)
This commit is contained in:
parent
63a6808ee1
commit
34225d7199
4 changed files with 285 additions and 6 deletions
4
.husky/pre-commit
Executable file
4
.husky/pre-commit
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx lint-staged
|
Loading…
Add table
Add a link
Reference in a new issue