From 2afcc6d9138c926d0ea459d21a8899978325f76d Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 30 Jan 2020 11:02:19 +0000 Subject: [PATCH] chore: remove git add from lint-staged --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 427a0dc..b961f1a 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,7 @@ }, "lint-staged": { "*.js": [ - "eslint --fix", - "git add" + "eslint --fix" ] }, "commitlint": {