From ce8036b3446ccc0d06fa130c66bea49e423ad559 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sat, 10 Apr 2021 14:11:01 +0530 Subject: [PATCH] Chore: remove extraneous command from lint-staged config --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 8f13089655e..15e5132f734 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,7 @@ "pre-commit": "lint-staged" }, "lint-staged": { - "*.js": [ - "eslint --fix", - "git add" - ], + "*.js": "eslint --fix", "*.md": "markdownlint" }, "files": [