Skip to content

Commit 7fc8f13

Browse files
committed
chore(lint): use lint-staged in commit hook
1 parent 9e9811a commit 7fc8f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"schematics": "./collection.json",
6666
"husky": {
6767
"hooks": {
68-
"pre-commit": "npm run lint"
68+
"pre-commit": "lint-staged"
6969
}
7070
},
7171
"lint-staged": {

0 commit comments

Comments
 (0)