Skip to content

Commit

Permalink
tools: remove --fix to catch lint errors (koajs#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0w authored and dead-horse committed Sep 19, 2017
1 parent 09f1b7b commit 7e78147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e78147

Please sign in to comment.