Skip to content

Commit

Permalink
Fix linting script
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Oct 6, 2023
1 parent d12759e commit 3ba9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 3ba9550

Please sign in to comment.