Skip to content

Commit

Permalink
feat: force eslint is clean on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blackxored committed Nov 15, 2017
1 parent d3b924e commit 6c44dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write --trailing-comma all --tab-width 2 --single-quote --parser flow --print-width 80",
"git add",
"jest --bail --findRelatedTests"
Expand Down

0 comments on commit 6c44dac

Please sign in to comment.