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 ee94fa6 commit bfacf40Copy full SHA for bfacf40
package.json
@@ -16,7 +16,7 @@
16
"lint:prettier": "prettier \"src/**/*.{js,ts,tsx,cjs,mjs,cts,mts,scss}\" --check",
17
"lint:stylelint": "stylelint \"src/**/*.scss\"",
18
"lintcached": "pnpm run '/^lintcached:.*/'",
19
- "lintcached:eslint": "pnpm lint:eslint --cache --cache-location .eslintcache --cache-strategy content",
+ "lintcached:eslint": "pnpm lint:eslint --cache --cache-location ~/.eslintcache --cache-strategy content",
20
"lint-report": "pnpm lint:eslint --output-file eslint_report.json --format json",
21
"lint-report:cached": "pnpm lintcached:eslint --output-file eslint.results.json --format json",
22
"typecheck": "tsc --noEmit",
0 commit comments