Skip to content

Commit 5fab901

Browse files
chore(hooks): run lint on pre-commit
Add an active pre-commit check instead of leaving a no-op hook. Running lint before commit catches style and quality issues early and keeps the branch history cleaner.
1 parent 1625071 commit 5fab901

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.husky/pre-commit

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# npm run yaml
2-
# npm test
1+
npm run lint

0 commit comments

Comments
 (0)