From b2706ce22481263f3fc406cb0e009ad68657c4aa Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sat, 25 May 2019 22:10:21 +0200 Subject: [PATCH] remove pre commit hook for now --- frontend/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 497812cb1..54dffc78d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,9 +10,7 @@ "dev": "webpack --watch" }, "husky": { - "hooks": { - "pre-commit": "lint-staged" - } + "hooks": { } }, "lint-staged": { "src/js/**/*.js": [