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 a2fe910 commit 3c33ae5Copy full SHA for 3c33ae5
.husky/pre-commit
@@ -1,5 +1,2 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
# Run lint-staged to process only changed JS files
5
-npx lint-staged
+lint-staged
package.json
@@ -11,7 +11,7 @@
11
"ipa-filter-violations": "node tools/spectral/ipa/scripts/filter-ipa-violations.js",
12
"spectral-validation": "spectral lint ./openapi/.raw/v2.yaml --ruleset=./tools/spectral/.spectral.yaml",
13
"test": "jest",
14
- "precommit": "husky install"
+ "precommit": "husky"
15
},
16
"jest": {
17
"transform": {
0 commit comments