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",