aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/remove-husky-git-hook.patch
blob: 9c628920a77a4c624830cac88450313530468efa (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
25
26
27
28
29
30
diff --git a/gsa/package.json b/gsa/package.json
index bfed2dc..174462c 100644
--- a/gsa/package.json
+++ b/gsa/package.json
@@ -75,7 +75,6 @@
   },
   "devDependencies": {
     "eslint-config-prettier": "^4.0.0",
-    "husky": "^1.3.1",
     "jest-dom": "^3.0.0",
     "jest-junit": "^6.0.1",
     "jest-styled-components": "^6.2.0",
@@ -97,16 +96,5 @@
     "not dead",
     "not ie < 11",
     "not op_mini all"
-  ],
-  "husky": {
-    "hooks": {
-      "pre-commit": "lint-staged"
-    }
-  },
-  "lint-staged": {
-    "*.{js,json}": [
-      "prettier --write",
-      "git add"
-    ]
-  }
+  ]
 }