remove husky
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user