Skip to content

Commit 24011f0

Browse files
authored
Merge branch 'master' into rule-doc-harmonization
2 parents 8f3f8c0 + c592efa commit 24011f0

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm run lint

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-eslint-plugin": "^6.0.0",
3030
"eslint-plugin-mocha": "^10.4.3",
3131
"eslint-plugin-n": "^17.2.1",
32-
"husky": "^8.0.3",
32+
"husky": "^9.0.11",
3333
"jest": "^29.7.0",
3434
"semantic-release": "19.0.3"
3535
},
@@ -40,6 +40,6 @@
4040
"start": "npm run test-watch",
4141
"test": "jest",
4242
"test-watch": "jest --watchAll",
43-
"prepare": "husky install"
43+
"prepare": "husky"
4444
}
4545
}

0 commit comments

Comments
 (0)