We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8461171 commit 8472503Copy full SHA for 8472503
package.json
@@ -20,7 +20,7 @@
20
"build": "babel src --out-dir lib",
21
"prepublish": "npm run lint && npm run test && npm run build",
22
"coveralls": "cat ./reports/coverage/lcov.info | coveralls",
23
- "lint": "eslint --config .eslintrc.js ./",
+ "lint": "eslint --config .eslintrc.js src tests",
24
"pretest": "npm run lint",
25
"test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --compilers js:babel-core/register --reporter nyan"
26
},
0 commit comments