Add lint script to package.json

pull/1/head
cgewecke 8 years ago
parent 440bd8b602
commit 769c7f8647
  1. 3
      package.json

@ -10,7 +10,8 @@
}, },
"scripts": { "scripts": {
"test": "mocha --timeout 60000", "test": "mocha --timeout 60000",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000" "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --timeout 60000",
"lint": "./node_modules/.bin/eslint --fix ./"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save