aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/remove-husky-git-hook.patch
blob: f2c43a34e79ecc6dcb8dcc108d4a289ba2b439c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/gsa/package.json b/gsa/package.json
index 8b1987a..75aaadb 100644
--- a/gsa/package.json
+++ b/gsa/package.json
@@ -82,7 +82,6 @@
     "@testing-library/react": "^9.1.1",
     "@types/jest": "^24.0.18",
     "eslint-config-prettier": "^6.1.0",
-    "husky": "^2.7.0",
     "jest-junit": "^8.0.0",
     "jest-styled-components": "^6.3.3",
     "lint-staged": "^8.2.1",
@@ -103,11 +102,6 @@
     "not ie < 11",
     "not op_mini all"
   ],
-  "husky": {
-    "hooks": {
-      "pre-commit": "lint-staged"
-    }
-  },
   "lint-staged": {
     "*.{js,json}": [
       "prettier --write",