We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 0b8aeb3 commit e84d47bCopy full SHA for e84d47b
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -35,7 +35,7 @@
35
"eslint-plugin-eslint-plugin": "^5.2.1",
36
"eslint-plugin-n": "file:.",
37
"fast-glob": "^3.2.12",
38
- "husky": "^8.0.3",
+ "husky": "^9.0.0",
39
"lint-staged": "^15.2.0",
40
"markdownlint-cli": "^0.39.0",
41
"mocha": "^10.2.0",
@@ -59,7 +59,7 @@
59
"lint:js": "eslint .",
60
"new": "node scripts/new-rule",
61
"postversion": "git push && git push --tags",
62
- "prepare": "npx husky install",
+ "prepare": "husky",
63
"pretest": "npm run -s lint",
64
"preversion": "npm test",
65
"test": "nyc npm run -s test:_mocha",
0 commit comments