Skip to content

Commit fe0186c

Browse files
committed
Added cache for ESLint
1 parent 3b76894 commit fe0186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)