Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Run eslint on staged files as part of the precommit hook (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and istarkov committed Jun 7, 2017
1 parent c328de2 commit 72cd92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"lint-staged": {
"*.js": [
"prettier --semi false --trailing-comma es5 --single-quote --write",
"eslint --fix",
"git add"
]
},
Expand Down

0 comments on commit 72cd92b

Please sign in to comment.