We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd9a63 commit 144b686Copy full SHA for 144b686
.husky/pre-commit
@@ -1,6 +1,5 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-# @TODO: Implement the pre-commit checks.
5
-# npm run lint
6
-# npm run test
+npm run lint
+npm run test
.npmrc
@@ -0,0 +1 @@
+engine-strict=false
package.json
@@ -48,5 +48,8 @@
48
"husky": "6.0.0",
49
"jest": "26.6.3"
50
},
51
- "dependencies": {}
+ "engines": {
52
+ "node": ">=12.0.0",
53
+ "npm": ">=6.9.0"
54
+ }
55
}
0 commit comments