Skip to content

Commit

Permalink
Added standard linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Feb 11, 2017
1 parent 1c2f653 commit 24b3d72
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@
"cdocparser": "^0.13.0"
},
"devDependencies": {
"mocha": "^3.2.0"
"mocha": "^3.2.0",
"standard": "^8.6.0"
},
"scripts": {
"test": "mocha test"
"test": "mocha test",
"lint": "standard index.js test/**/*.js"
},
"standard": {
"env": { "mocha": true }
}
}

0 comments on commit 24b3d72

Please sign in to comment.