1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/greenbone-security-assistant/remove-husky-git-hook.patch
2019-10-21 20:01:23 +00:00

24 lines
598 B
Diff

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",