Skip to content

Commit 670da07

Browse files
committed
Added cache for ESLint
1 parent 7727078 commit 670da07

File tree

2 files changed

+3
-87
lines changed

2 files changed

+3
-87
lines changed

package-lock.json

+2-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"test": "jest && npm run test-types",
1313
"test-types": "tsc --noEmit -p ./tests/tsconfig.tests.json",
14-
"lint": "eslint ./src --ext .ts",
14+
"lint": "eslint ./src --ext .ts --cache --cache-location 'node_modules/.cache/eslintcache'",
1515
"format": "prettier --write . && npm run lint -- --fix",
1616
"format-check": "prettier --check .",
1717
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)