diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 16:36:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-10-21 20:01:23 +0000 |
commit | 51d0bd67f5a08364b5feeaad0daa96c9df823549 (patch) | |
tree | 743059fbe519932b884ce302cd10c63fa8075f48 /community/greenbone-security-assistant/remove-husky-git-hook.patch | |
parent | 70c3390d501495201a01fac9f671f389afbc78aa (diff) | |
download | aports-51d0bd67f5a08364b5feeaad0daa96c9df823549.tar.bz2 aports-51d0bd67f5a08364b5feeaad0daa96c9df823549.tar.xz |
community/greenbone-security-assistant: upgrade to 9.0.0
Diffstat (limited to 'community/greenbone-security-assistant/remove-husky-git-hook.patch')
-rw-r--r-- | community/greenbone-security-assistant/remove-husky-git-hook.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/community/greenbone-security-assistant/remove-husky-git-hook.patch b/community/greenbone-security-assistant/remove-husky-git-hook.patch new file mode 100644 index 0000000000..f2c43a34e7 --- /dev/null +++ b/community/greenbone-security-assistant/remove-husky-git-hook.patch @@ -0,0 +1,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", |