Skip to content

Commit

Permalink
add lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Oct 18, 2017
1 parent 1f2b0b8 commit 8138607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
"coverage": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/.bin/_mocha -- --compilers js:babel-register --recursive",
"coveralls": "npm run-script coverage && node_modules/.bin/coveralls < coverage/lcov.info",
"build": "babel src --presets babel-preset-es2015 --out-dir build",
"prepublish": "npm run build"
"prepublish": "npm run lint && npm run build",
"lint": "./node_modules/.bin/eslint src/ test/"
},
"author": "Jae Bradley",
"license": "MIT",
Expand Down

0 comments on commit 8138607

Please sign in to comment.