mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
Fix linting script
This commit is contained in:
parent
d12759e115
commit
3ba9550346
@ -17,7 +17,7 @@
|
||||
"debug:test": "mocha --inspect-brk --exit -t 0 test/all-tests-suite.js",
|
||||
"debug:tape": "node --inspect-brk test/tape/index.js",
|
||||
"coveralls": "nyc report --reporter=lcov",
|
||||
"lint": "eslint --cache '**/*.js'",
|
||||
"lint": "eslint --cache **/*.js",
|
||||
"lint:fix": "eslint --cache --fix '**/*.js'",
|
||||
"lint:types": "tsd && dtslint types",
|
||||
"lint:everything": "npm run lint && npm run lint:types",
|
||||
|
Loading…
x
Reference in New Issue
Block a user