Skip to content

Commit

Permalink
Remove redundant lint-staged command
Browse files Browse the repository at this point in the history
  • Loading branch information
snanovskyi committed Apr 6, 2020
1 parent 51746a9 commit 9672fc0
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,ts}": [
"eslint --fix",
"git add"
"eslint --fix"
]
}

0 comments on commit 9672fc0

Please sign in to comment.