Skip to content

Commit

Permalink
Add lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingCode committed Mar 16, 2018
1 parent e7acbf2 commit 9407382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
"view"
],
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha"
}
}

0 comments on commit 9407382

Please sign in to comment.