Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
chore: add npm run lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 4, 2017
1 parent b2efb56 commit e23697f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,8 @@
"simple-commit-message": "3.3.1"
},
"scripts": {
"precommit": "eslint *.js",
"lint": "eslint --fix *.js",
"precommit": "npm run lint",
"semantic-release": "semantic-release pre && npm publish --access public && semantic-release post"
},
"release": {
Expand Down

0 comments on commit e23697f

Please sign in to comment.