Skip to content

Commit

Permalink
Remove husky (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt authored Sep 2, 2024
1 parent d272e17 commit 5a91a29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 38 deletions.
18 changes: 0 additions & 18 deletions .husky/commit-msg

This file was deleted.

1 change: 0 additions & 1 deletion .husky/pre-push

This file was deleted.

16 changes: 0 additions & 16 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 @@ -14,8 +14,7 @@
"lint:eslint:fix": "eslint --fix \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs}\" --ignore-path .gitignore",
"lint:prettier": "prettier --check \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore",
"lint:prettier:fix": "prettier --write \"{,!(node_modules|dist|static|public)/**/}*.{js,ts,cjs,mjs,json}\" --ignore-path .gitignore",
"docker": "docker build . && docker run --rm -i -p 8080:8080 $(docker build -q .)",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){ process.exit(1) } \" || husky"
"docker": "docker build . && docker run --rm -i -p 8080:8080 $(docker build -q .)"
},
"dependencies": {
"@jsse/pbfont": "^0.2.2",
Expand Down Expand Up @@ -56,7 +55,6 @@
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^1.7.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"mocha": "^10.7.3",
"node-addon-api": "^8",
Expand Down

0 comments on commit 5a91a29

Please sign in to comment.