Skip to content

Commit

Permalink
feat(dx): run eslint on precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Jul 9, 2017
1 parent 31e43be commit 1813533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
},
"lint-staged": {
"README.tpl.md": ["readme", "git add"],
"*.js": ["fmt", "git add"]
"*.js": ["fmt", "lint", "git add"]
}
}

0 comments on commit 1813533

Please sign in to comment.