Skip to content

Commit 526c2cb

Browse files
committedMay 16, 2020
chore(dep): rm useless lint-stage
1 parent 18e65e6 commit 526c2cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
},
2626
"lint-staged": {
2727
"*.js": [
28-
"eslint --fix",
29-
"git add"
28+
"eslint --fix"
3029
]
3130
},
3231
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.