Skip to content

Commit 2fc7a7e

Browse files
author
Josh Goldberg
authored
Remvoed unnecessary git add from lint-staged (#387)
1 parent 523d407 commit 2fc7a7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"license": "MIT",
5151
"lint-staged": {
5252
"**/*.{js,json,ts,xml,yaml}": [
53-
"prettier --write",
54-
"git add"
53+
"prettier --write"
5554
]
5655
},
5756
"name": "tslint-to-eslint-config",

0 commit comments

Comments
 (0)