remove husky

This commit is contained in:
Alan Hamlett
2024-09-03 18:20:15 +02:00
parent 1688d6b8f2
commit fe3c5b0e70
3 changed files with 2 additions and 318 deletions

View File

@@ -11,12 +11,6 @@
"validate": "npm ls",
"watch": "clap watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm test"
}
},
"lint-staged": {
"*.json": [
"prettier --write"
@@ -98,7 +92,6 @@
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-testing-library": "^5.9.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"husky": "^4.3.7",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",