Skip to content

Commit

Permalink
Disable eslint caching -- eslint results can change based on other fi…
Browse files Browse the repository at this point in the history
…les (e.g. type information).
  • Loading branch information
mbeckem committed Jul 24, 2024
1 parent 6411dbb commit 9a42db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-docs": "typedoc",
"build-license-report": "tsx ./support/create-license-report.ts ",
"preview": "vite preview",
"lint": "eslint ./src ./support --ext .js,.ts,.jsx,.tsx,.mjs,.mts,.cjs,.cts --cache --cache-location ./node_modules/.cache/.eslintcache",
"lint": "eslint ./src ./support --ext .js,.ts,.jsx,.tsx,.mjs,.mts,.cjs,.cts",
"eslint": "pnpm run lint",
"prettier-check": "pnpm prettier:common -c",
"prettier": "pnpm prettier:common -w",
Expand Down

0 comments on commit 9a42db5

Please sign in to comment.