1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/greenbone-security-assistant/remove-husky-git-hook.patch
2021-06-28 06:32:08 +00:00

24 lines
619 B
Diff

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