1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update eslint

This commit is contained in:
Ruben Bridgewater
2017-01-12 23:50:37 +01:00
parent b9540d4965
commit 1051719dda

View File

@@ -21,7 +21,7 @@
"coverage": "nyc report --reporter=html",
"benchmark": "node benchmarks/multi_bench.js",
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
"posttest": "eslint . --fix && npm run coverage",
"lint": "eslint . --fix && npm run coverage",
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
},
"dependencies": {
@@ -36,7 +36,7 @@
"bluebird": "^3.0.2",
"coveralls": "^2.11.2",
"intercept-stdout": "~0.1.2",
"eslint": "^2.5.0",
"eslint": "^3.5.0",
"metrics": "^0.1.9",
"mocha": "^2.3.2",
"nyc": "^8.3.0",