We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72389e commit 7697fdbCopy full SHA for 7697fdb
.huskyrc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "hooks": {
3
+ "pre-commit": "npm run lint && npm run test:coverage",
4
+ "pre-push": "npm run lint && npm run test:coverage"
5
+ }
6
+}
0 commit comments