tools: remove --fix to catch lint errors (#1062)
This commit is contained in:
parent
09f1b7bb1f
commit
7e78147f52
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue