From a9ce01e16e5f897ee758a6b4ac0e8895b7623ae6 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 2 Feb 2020 09:59:03 -0800 Subject: [PATCH] chore(lint-staged): remove git add --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b90edb4c..4a09bec7 100644 --- a/package.json +++ b/package.json @@ -73,8 +73,7 @@ }, "lint-staged": { "*.{js,svelte}": [ - "eslint --fix", - "git add" + "eslint --fix" ] }, "prettier": {