From feb83772ec14f5ba5e50a35b500761d0faf1d053 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Thu, 11 Feb 2021 14:08:33 +0100 Subject: [PATCH] chore: Remove git add from husky --- package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4bb1754fa7..090270ba41 100644 --- a/package.json +++ b/package.json @@ -128,12 +128,10 @@ }, "lint-staged": { "*.js": [ - "eslint --fix", - "git add" + "eslint --fix" ], "*.{json,css,md}": [ - "prettier --write", - "git add" + "prettier --write" ] }, "husky": {