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
2016-12-17 17:19:37 +01:00
committed by Ruben Bridgewater
parent ce3227dedd
commit f20f704a3e

View File

@@ -21,8 +21,9 @@
"coverage": "nyc report --reporter=html",
"benchmark": "node benchmarks/multi_bench.js",
"test": "nyc --cache mocha ./test/*.js ./test/commands/*.js --timeout=8000",
"lint": "eslint . --fix && npm run coverage",
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt"
"posttest": "npm run coverage",
"compare": "node benchmarks/diff_multi_bench_output.js beforeBench.txt afterBench.txt",
"lint": "eslint . --fix"
},
"dependencies": {
"double-ended-queue": "^2.1.0-0",