Skip to content

Commit 9df6be9

Browse files
authored
chore: add eslintcache (#1629)
1 parent 82b30b2 commit 9df6be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"scripts": {
4747
"prettier:check": "prettier --check src/**/*.ts deno/lib/**/*.ts --no-error-on-unmatched-pattern",
4848
"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",
49+
"lint:check": "eslint --cache --ext .ts ./src",
50+
"lint:fix": "eslint --cache --fix --ext .ts ./src",
5151
"check": "yarn lint:check && yarn prettier:check",
5252
"fix": "yarn lint:fix && yarn prettier:fix",
5353
"clean": "rm -rf lib/* deno/lib/*",

0 commit comments

Comments
 (0)