aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/remove-husky-git-hook.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/greenbone-security-assistant/remove-husky-git-hook.patch')
-rw-r--r--community/greenbone-security-assistant/remove-husky-git-hook.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/greenbone-security-assistant/remove-husky-git-hook.patch b/community/greenbone-security-assistant/remove-husky-git-hook.patch
deleted file mode 100644
index 9c628920a7..0000000000
--- a/community/greenbone-security-assistant/remove-husky-git-hook.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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"
-- ]
-- }
-+ ]
- }