Skip to content

Commit

Permalink
Remove eslint --fix from lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoumian committed Oct 6, 2017
1 parent bc99fdd commit 2fd5802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"lint-staged": {
"*.js": [
"prettier --trailing-comma es5 --no-semi --single-quote --write",
"eslint --fix",
"git add"
]
},
Expand Down

0 comments on commit 2fd5802

Please sign in to comment.