Skip to content

Commit

Permalink
chore(lintstaged): remove git add
Browse files Browse the repository at this point in the history
  • Loading branch information
mdluo committed Feb 18, 2020
1 parent 9f75579 commit 5c157c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"*.{js,ts,tsx}": [
"eslint",
"git add"
"eslint"
]
}

0 comments on commit 5c157c9

Please sign in to comment.