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 b9540d4 commit 1051719Copy full SHA for 1051719
package.json
@@ -21,7 +21,7 @@
21
"coverage": "nyc report --reporter=html",
22
"benchmark": "node benchmarks/multi_bench.js",
23
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
24
- "posttest": "eslint . --fix && npm run coverage",
+ "lint": "eslint . --fix && npm run coverage",
25
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
26
},
27
"dependencies": {
@@ -36,7 +36,7 @@
36
"bluebird": "^3.0.2",
37
"coveralls": "^2.11.2",
38
"intercept-stdout": "~0.1.2",
39
- "eslint": "^2.5.0",
+ "eslint": "^3.5.0",
40
"metrics": "^0.1.9",
41
"mocha": "^2.3.2",
42
"nyc": "^8.3.0",
0 commit comments