From 0b8d0480479323fa0ea0360c8f9f008c9575710a Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 14 Apr 2020 01:29:19 -0400 Subject: [PATCH] Remvoed unnecessary git add from lint-staged --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b141e389..21f1c89ca 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,7 @@ "license": "MIT", "lint-staged": { "**/*.{js,json,ts,xml,yaml}": [ - "prettier --write", - "git add" + "prettier --write" ] }, "name": "tslint-to-eslint-config",