oxlint-plugin-react-doctor 0.5.6-dev.44db3e0 → 0.5.6-dev.4e06b2a

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -35425,7 +35425,6 @@ const serverFetchWithoutRevalidate = defineRule({
35425
35425
  CallExpression(node) {
35426
35426
  if (!isServerSideFile) return;
35427
35427
  if (!isFetchCall(node)) return;
35428
- if (isMutatingFetchCall(node)) return;
35429
35428
  const optionsArg = node.arguments?.[1];
35430
35429
  if (optionsArg && objectExpressionHasNextRevalidate(optionsArg)) return;
35431
35430
  const urlArg = node.arguments?.[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxlint-plugin-react-doctor",
3
- "version": "0.5.6-dev.44db3e0",
3
+ "version": "0.5.6-dev.4e06b2a",
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",