Skip to content

Commit

Permalink
Remove git add from lint staged command
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonsm92 committed Feb 7, 2020
1 parent e8fcf52 commit e6d1be0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"*.js": [
"./node_modules/.bin/eslint --fix",
"git add"
"./node_modules/.bin/eslint"
]
}

0 comments on commit e6d1be0

Please sign in to comment.