Skip to content

Commit 80eaf10

Browse files
committed
remove husky
1 parent f46ce04 commit 80eaf10

File tree

5 files changed

+1
-31
lines changed

5 files changed

+1
-31
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ module.exports = {
5555
'config',
5656
'overrides',
5757
'pnpm',
58-
'husky',
5958
'lint-staged',
6059
'eslintConfig',
6160
],

.husky/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"test-es6": "node -r esm spec-es6/attribute_parser.spec.js ",
3333
"test": "npm run test-jasmine && npm run test-es6",
3434
"postinstall": "rimraf ./node_modules/canvas",
35-
"lint": "eslint . --cache",
36-
"prepare": "husky install || echo 'Husky install failed, expected on flatpak build'"
35+
"lint": "eslint . --cache"
3736
},
3837
"dependencies": {
3938
"@braintree/sanitize-url": "6.0.4",
@@ -121,7 +120,6 @@
121120
"eslint-plugin-import": "2.29.1",
122121
"eslint-plugin-jsonc": "2.13.0",
123122
"esm": "3.2.25",
124-
"husky": "8.0.3",
125123
"jasmine": "5.1.0",
126124
"jsdoc": "4.0.2",
127125
"jsonc-eslint-parser": "2.4.0",

0 commit comments

Comments
 (0)