- Downloads
removed husky
parent
173eb973
  No related branches found   
  No related tags found   
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
| ... | @@ -45,7 +45,6 @@ | ... | @@ -45,7 +45,6 @@ | 
| "eslint-plugin-security": "^1.4.0", | "eslint-plugin-security": "^1.4.0", | ||
| "eslint-plugin-standard": "^4.1.0", | "eslint-plugin-standard": "^4.1.0", | ||
| "eslint-plugin-tsdoc": "^0.2.14", | "eslint-plugin-tsdoc": "^0.2.14", | ||
| "husky": "^7.0.2", | |||
| "jest": "^27.2.2", | "jest": "^27.2.2", | ||
| "jest-html-reporters": "^2.1.6", | "jest-html-reporters": "^2.1.6", | ||
| "mock-express-request": "^0.2.2", | "mock-express-request": "^0.2.2", | ||
| ... | @@ -53,10 +52,5 @@ | ... | @@ -53,10 +52,5 @@ | 
| "supertest": "^6.1.6", | "supertest": "^6.1.6", | ||
| "ts-jest": "^27.0.5", | "ts-jest": "^27.0.5", | ||
| "typescript": "^4.4.3" | "typescript": "^4.4.3" | ||
| }, | |||
| "husky": { | |||
| "hooks": { | |||
| "pre-push": "npm run lint" | |||
| } | |||
| } | } | ||
| } | } | 
Please sign in to comment