We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b30b2 commit 9df6be9Copy full SHA for 9df6be9
package.json
@@ -46,8 +46,8 @@
46
"scripts": {
47
"prettier:check": "prettier --check src/**/*.ts deno/lib/**/*.ts --no-error-on-unmatched-pattern",
48
"prettier:fix": "prettier --write src/**/*.ts deno/lib/**/*.ts --ignore-unknown --no-error-on-unmatched-pattern",
49
- "lint:check": "eslint --ext .ts ./src",
50
- "lint:fix": "eslint --fix --ext .ts ./src",
+ "lint:check": "eslint --cache --ext .ts ./src",
+ "lint:fix": "eslint --cache --fix --ext .ts ./src",
51
"check": "yarn lint:check && yarn prettier:check",
52
"fix": "yarn lint:fix && yarn prettier:fix",
53
"clean": "rm -rf lib/* deno/lib/*",
0 commit comments