Include eslint to npm test

pull/227/head
Denis Demchenko 6 years ago
parent 949368cba7
commit 107069b845

@ -56,7 +56,7 @@
"scripts": {
"lint": "eslint ./src --fix",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT"

Loading…
Cancel
Save