oxlint-plugin-react-doctor 0.4.0-dev.ee9ab33 → 0.4.0-dev.fe5f3de

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -33447,6 +33447,7 @@ const serverFetchWithoutRevalidate = defineRule({
33447
33447
  id: "server-fetch-without-revalidate",
33448
33448
  title: "Fetch without revalidate",
33449
33449
  severity: "warn",
33450
+ disabledBy: ["nextjs:15"],
33450
33451
  recommendation: "Pass `{ next: { revalidate: <seconds> } }` (or `cache: \"no-store\"`) so old data doesn't stick around.",
33451
33452
  create: (context) => {
33452
33453
  let isServerSideFile = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-plugin-react-doctor",
3
- "version": "0.4.0-dev.ee9ab33",
3
+ "version": "0.4.0-dev.fe5f3de",
4
4
  "description": "oxlint plugin for React Doctor: diagnose React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues",
5
5
  "keywords": [
6
6
  "accessibility",