tools: remove --fix to catch lint errors (#1062)

This commit is contained in:
Martin Iwanowski 2017-09-19 10:23:32 +02:00 committed by Yiyu He
parent 09f1b7bb1f
commit 7e78147f52

View file

@ -6,7 +6,7 @@
"scripts": { "scripts": {
"test": "jest --forceExit", "test": "jest --forceExit",
"test-cov": "npm run test -- --coverage", "test-cov": "npm run test -- --coverage",
"lint": "eslint benchmarks lib test --fix", "lint": "eslint benchmarks lib test",
"bench": "make -C benchmarks" "bench": "make -C benchmarks"
}, },
"repository": "koajs/koa", "repository": "koajs/koa",