Skip to content

Commit 9ca7fab

Browse files
committed
chore: add husky and lint-staged for pre-commit hooks
Configure lint-staged to run eslint --fix and prettier --write on staged TS/TSX files, and prettier --write on JSON/MD/HTML/CSS files.
1 parent 5e70ad5 commit 9ca7fab

File tree

3 files changed

+534
-1
lines changed

3 files changed

+534
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

0 commit comments

Comments
 (0)