We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b76894 commit fe0186cCopy full SHA for fe0186c
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"test": "jest && npm run test-types",
13
"test-types": "tsc --noEmit -p ./tests/tsconfig.tests.json",
14
- "lint": "eslint ./src --ext .ts",
+ "lint": "eslint ./src --ext .ts --cache --cache-location 'node_modules/.cache/eslintcache'",
15
"format": "prettier --write . && npm run lint -- --fix",
16
"format-check": "prettier --check .",
17
"typecheck": "tsc --noEmit",
0 commit comments