Skip to content

Commit bfacf40

Browse files
committed
does the ~ matter
1 parent ee94fa6 commit bfacf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint:prettier": "prettier \"src/**/*.{js,ts,tsx,cjs,mjs,cts,mts,scss}\" --check",
1717
"lint:stylelint": "stylelint \"src/**/*.scss\"",
1818
"lintcached": "pnpm run '/^lintcached:.*/'",
19-
"lintcached:eslint": "pnpm lint:eslint --cache --cache-location .eslintcache --cache-strategy content",
19+
"lintcached:eslint": "pnpm lint:eslint --cache --cache-location ~/.eslintcache --cache-strategy content",
2020
"lint-report": "pnpm lint:eslint --output-file eslint_report.json --format json",
2121
"lint-report:cached": "pnpm lintcached:eslint --output-file eslint.results.json --format json",
2222
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)