From 07d14c304c358fbc9c3d318e1377d2b2bda9179f Mon Sep 17 00:00:00 2001 From: James George Date: Sat, 17 Apr 2021 05:53:46 +0530 Subject: [PATCH] Chore: remove extraneous command from lint-staged config (#14314) --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index b414ca6eae5..5c0229174ff 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": [