1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/gsa/remove-husky-git-hook.patch
2023-02-09 13:56:48 +00:00

30 lines
659 B
Diff

diff --git a/package.json b/package.json
index 1d76f39..00247f4 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,6 @@
"@types/jest": "^29.2.3",
"babel-plugin-i18next-extract": "^0.9.0",
"eslint-config-prettier": "^8.5.0",
- "husky": "^2.7.0",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^14.0.1",
"jest-styled-components": "^6.3.4",
@@ -115,15 +114,10 @@
"not op_mini all",
"ff ESR"
],
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
"lint-staged": {
"*.{js,json}": [
"prettier --write",
"git add"
]
}
-}
\ No newline at end of file
+}