oxlint-plugin-react-doctor 0.4.2-dev.7cf52d8 → 0.4.2-dev.98066c2

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
@@ -1620,25 +1620,6 @@ declare const REACT_DOCTOR_RULES: readonly [{
1620
1620
  readonly recommendation?: string;
1621
1621
  readonly create: (context: RuleContext) => RuleVisitors;
1622
1622
  };
1623
- }, {
1624
- readonly key: "react-doctor/jsx-no-target-blank";
1625
- readonly id: "jsx-no-target-blank";
1626
- readonly source: "react-doctor";
1627
- readonly originallyExternal: true;
1628
- readonly rule: {
1629
- readonly framework: "global";
1630
- readonly category: "Security";
1631
- readonly id: string;
1632
- readonly title?: string;
1633
- readonly severity: RuleSeverity;
1634
- readonly requires?: ReadonlyArray<string>;
1635
- readonly disabledBy?: ReadonlyArray<string>;
1636
- readonly tags?: ReadonlyArray<string>;
1637
- readonly defaultEnabled?: boolean;
1638
- readonly lifecycle?: "retired";
1639
- readonly recommendation?: string;
1640
- readonly create: (context: RuleContext) => RuleVisitors;
1641
- };
1642
1623
  }, {
1643
1624
  readonly key: "react-doctor/jsx-no-undef";
1644
1625
  readonly id: "jsx-no-undef";
@@ -8108,25 +8089,6 @@ declare const RULES: readonly [{
8108
8089
  readonly recommendation?: string;
8109
8090
  readonly create: (context: RuleContext) => RuleVisitors;
8110
8091
  };
8111
- }, {
8112
- readonly key: "react-doctor/jsx-no-target-blank";
8113
- readonly id: "jsx-no-target-blank";
8114
- readonly source: "react-doctor";
8115
- readonly originallyExternal: true;
8116
- readonly rule: {
8117
- readonly framework: "global";
8118
- readonly category: "Security";
8119
- readonly id: string;
8120
- readonly title?: string;
8121
- readonly severity: RuleSeverity;
8122
- readonly requires?: ReadonlyArray<string>;
8123
- readonly disabledBy?: ReadonlyArray<string>;
8124
- readonly tags?: ReadonlyArray<string>;
8125
- readonly defaultEnabled?: boolean;
8126
- readonly lifecycle?: "retired";
8127
- readonly recommendation?: string;
8128
- readonly create: (context: RuleContext) => RuleVisitors;
8129
- };
8130
8092
  }, {
8131
8093
  readonly key: "react-doctor/jsx-no-undef";
8132
8094
  readonly id: "jsx-no-undef";