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.patch24
1 files changed, 0 insertions, 24 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 1d0c661de3d..00000000000
--- a/community/greenbone-security-assistant/remove-husky-git-hook.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/gsa/package.json b/gsa/package.json
-index a4c7309..3076a51 100644
---- a/gsa/package.json
-+++ b/gsa/package.json
-@@ -87,7 +87,6 @@
- "@types/jest": "^26.0.23",
- "babel-plugin-i18next-extract": "^0.8.3",
- "eslint-config-prettier": "^8.3.0",
-- "husky": "^2.7.0",
- "jest-environment-jsdom-sixteen": "^2.0.0",
- "jest-junit": "^12.0.0",
- "jest-styled-components": "^6.3.4",
-@@ -113,11 +112,6 @@
- "not op_mini all",
- "ff ESR"
- ],
-- "husky": {
-- "hooks": {
-- "pre-commit": "lint-staged"
-- }
-- },
- "lint-staged": {
- "*.{js,json}": [
- "prettier --write",