core(pre-commit): adding a lint check before commit
This commit is contained in:
parent
537cd03bb5
commit
481a99ac27
2 changed files with 11 additions and 1 deletions
2
.husky/pre-commit
Normal file
2
.husky/pre-commit
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
pnpm lint-staged
|
||||
Loading…
Add table
Add a link
Reference in a new issue