- Downloads
removed husky
| ... | ... | @@ -45,7 +45,6 @@ | 
| "eslint-plugin-security": "^1.4.0", | ||
| "eslint-plugin-standard": "^4.1.0", | ||
| "eslint-plugin-tsdoc": "^0.2.14", | ||
| "husky": "^7.0.2", | ||
| "jest": "^27.2.2", | ||
| "jest-html-reporters": "^2.1.6", | ||
| "mock-express-request": "^0.2.2", | ||
| ... | ... | @@ -53,10 +52,5 @@ | 
| "supertest": "^6.1.6", | ||
| "ts-jest": "^27.0.5", | ||
| "typescript": "^4.4.3" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-push": "npm run lint" | ||
| } | ||
| } | ||
| } | 
Please sign in to comment