Skip to content

Commit

Permalink
remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Mar 6, 2024
1 parent f46ce04 commit 80eaf10
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 31 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ module.exports = {
'config',
'overrides',
'pnpm',
'husky',
'lint-staged',
'eslintConfig',
],
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"test-es6": "node -r esm spec-es6/attribute_parser.spec.js ",
"test": "npm run test-jasmine && npm run test-es6",
"postinstall": "rimraf ./node_modules/canvas",
"lint": "eslint . --cache",
"prepare": "husky install || echo 'Husky install failed, expected on flatpak build'"
"lint": "eslint . --cache"
},
"dependencies": {
"@braintree/sanitize-url": "6.0.4",
Expand Down Expand Up @@ -121,7 +120,6 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsonc": "2.13.0",
"esm": "3.2.25",
"husky": "8.0.3",
"jasmine": "5.1.0",
"jsdoc": "4.0.2",
"jsonc-eslint-parser": "2.4.0",
Expand Down

0 comments on commit 80eaf10

Please sign in to comment.