Skip to content

Commit d404d7d

Browse files
authoredSep 3, 2020
feat: Add support for adding lint-staged using pre-commit.com (#910)
See https://pre-commit.com/#new-hooks
1 parent 51c5ac8 commit d404d7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.pre-commit-hooks.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- id: lint-staged
2+
name: lint-staged
3+
entry: lint-staged
4+
language: node

0 commit comments

Comments
 (0)
Please sign in to comment.