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

master
Martin Iwanowski 2017-09-19 10:23:32 +02:00 committed by Yiyu He
parent 09f1b7bb1f
commit 7e78147f52
1 changed files with 1 additions and 1 deletions

View File

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