From 7e78147f526799fd3dbe1cca844bd137cd03c933 Mon Sep 17 00:00:00 2001 From: Martin Iwanowski Date: Tue, 19 Sep 2017 10:23:32 +0200 Subject: [PATCH] tools: remove --fix to catch lint errors (#1062) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c56356e..8002134 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "jest --forceExit", "test-cov": "npm run test -- --coverage", - "lint": "eslint benchmarks lib test --fix", + "lint": "eslint benchmarks lib test", "bench": "make -C benchmarks" }, "repository": "koajs/koa",