oxlint-plugin-react-doctor 0.7.4-dev.98005f2 → 0.7.4-dev.a31f5e8

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.
package/dist/index.d.ts CHANGED
@@ -4445,29 +4445,6 @@ declare const REACT_DOCTOR_RULES: readonly [{
4445
4445
  readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
4446
4446
  readonly create: (context: RuleContext) => RuleVisitors;
4447
4447
  };
4448
- }, {
4449
- readonly key: "react-doctor/no-impure-state-updater";
4450
- readonly id: "no-impure-state-updater";
4451
- readonly source: "react-doctor";
4452
- readonly originallyExternal: false;
4453
- readonly rule: {
4454
- readonly framework: "global";
4455
- readonly category: "Bugs";
4456
- readonly requires: readonly Capability[];
4457
- readonly id: string;
4458
- readonly title?: string;
4459
- readonly severity: RuleSeverity;
4460
- readonly disabledWhen?: ReadonlyArray<Capability>;
4461
- readonly tags?: ReadonlyArray<string>;
4462
- readonly matchByOccurrence?: boolean;
4463
- readonly defaultEnabled?: boolean;
4464
- readonly lifecycle?: "retired";
4465
- readonly scan?: FileScan;
4466
- readonly committedFilesOnly?: boolean;
4467
- readonly recommendation?: string;
4468
- readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
4469
- readonly create: (context: RuleContext) => RuleVisitors;
4470
- };
4471
4448
  }, {
4472
4449
  readonly key: "react-doctor/no-indeterminate-attribute";
4473
4450
  readonly id: "no-indeterminate-attribute";
@@ -13665,29 +13642,6 @@ declare const RULES: readonly [{
13665
13642
  readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
13666
13643
  readonly create: (context: RuleContext) => RuleVisitors;
13667
13644
  };
13668
- }, {
13669
- readonly key: "react-doctor/no-impure-state-updater";
13670
- readonly id: "no-impure-state-updater";
13671
- readonly source: "react-doctor";
13672
- readonly originallyExternal: false;
13673
- readonly rule: {
13674
- readonly framework: "global";
13675
- readonly category: "Bugs";
13676
- readonly requires: readonly Capability[];
13677
- readonly id: string;
13678
- readonly title?: string;
13679
- readonly severity: RuleSeverity;
13680
- readonly disabledWhen?: ReadonlyArray<Capability>;
13681
- readonly tags?: ReadonlyArray<string>;
13682
- readonly matchByOccurrence?: boolean;
13683
- readonly defaultEnabled?: boolean;
13684
- readonly lifecycle?: "retired";
13685
- readonly scan?: FileScan;
13686
- readonly committedFilesOnly?: boolean;
13687
- readonly recommendation?: string;
13688
- readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
13689
- readonly create: (context: RuleContext) => RuleVisitors;
13690
- };
13691
13645
  }, {
13692
13646
  readonly key: "react-doctor/no-indeterminate-attribute";
13693
13647
  readonly id: "no-indeterminate-attribute";