Skip to content

Commit 1051719

Browse files
author
Ruben Bridgewater
committed
Update eslint
1 parent b9540d4 commit 1051719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"coverage": "nyc report --reporter=html",
2222
"benchmark": "node benchmarks/multi_bench.js",
2323
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
24-
"posttest": "eslint . --fix && npm run coverage",
24+
"lint": "eslint . --fix && npm run coverage",
2525
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
2626
},
2727
"dependencies": {
@@ -36,7 +36,7 @@
3636
"bluebird": "^3.0.2",
3737
"coveralls": "^2.11.2",
3838
"intercept-stdout": "~0.1.2",
39-
"eslint": "^2.5.0",
39+
"eslint": "^3.5.0",
4040
"metrics": "^0.1.9",
4141
"mocha": "^2.3.2",
4242
"nyc": "^8.3.0",

0 commit comments

Comments
 (0)