oxlint-plugin-react-doctor 0.9.3-dev.cc28626 → 0.9.3-dev.f958625
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/capability-BAnZaUrt.js +31 -0
- package/dist/core.js +2 -2
- package/dist/index.d.ts +48 -0
- package/dist/index.js +14 -14
- package/package.json +1 -1
- package/dist/capability-CF1M-Tj7.js +0 -31
package/dist/index.d.ts
CHANGED
|
@@ -9039,6 +9039,30 @@ declare const REACT_DOCTOR_RULES: readonly [{
|
|
|
9039
9039
|
readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
|
|
9040
9040
|
readonly create: (context: RuleContext) => RuleVisitors;
|
|
9041
9041
|
};
|
|
9042
|
+
}, {
|
|
9043
|
+
readonly key: "react-doctor/no-passive-request-owner-ref";
|
|
9044
|
+
readonly id: "no-passive-request-owner-ref";
|
|
9045
|
+
readonly source: "react-doctor";
|
|
9046
|
+
readonly originallyExternal: false;
|
|
9047
|
+
readonly rule: {
|
|
9048
|
+
readonly framework: "global";
|
|
9049
|
+
readonly category: "Bugs";
|
|
9050
|
+
readonly requires: readonly Capability[];
|
|
9051
|
+
readonly id: string;
|
|
9052
|
+
readonly title?: string;
|
|
9053
|
+
readonly severity: RuleSeverity;
|
|
9054
|
+
readonly minimumInkVersion?: string;
|
|
9055
|
+
readonly disabledWhen?: ReadonlyArray<Capability>;
|
|
9056
|
+
readonly tags?: ReadonlyArray<string>;
|
|
9057
|
+
readonly matchByOccurrence?: boolean;
|
|
9058
|
+
readonly defaultEnabled?: boolean;
|
|
9059
|
+
readonly lifecycle?: "retired";
|
|
9060
|
+
readonly scan?: FileScan;
|
|
9061
|
+
readonly committedFilesOnly?: boolean;
|
|
9062
|
+
readonly recommendation?: string;
|
|
9063
|
+
readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
|
|
9064
|
+
readonly create: (context: RuleContext) => RuleVisitors;
|
|
9065
|
+
};
|
|
9042
9066
|
}, {
|
|
9043
9067
|
readonly key: "react-doctor/no-path-prefix-containment";
|
|
9044
9068
|
readonly id: "no-path-prefix-containment";
|
|
@@ -27904,6 +27928,30 @@ declare const RULES: readonly [{
|
|
|
27904
27928
|
readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
|
|
27905
27929
|
readonly create: (context: RuleContext) => RuleVisitors;
|
|
27906
27930
|
};
|
|
27931
|
+
}, {
|
|
27932
|
+
readonly key: "react-doctor/no-passive-request-owner-ref";
|
|
27933
|
+
readonly id: "no-passive-request-owner-ref";
|
|
27934
|
+
readonly source: "react-doctor";
|
|
27935
|
+
readonly originallyExternal: false;
|
|
27936
|
+
readonly rule: {
|
|
27937
|
+
readonly framework: "global";
|
|
27938
|
+
readonly category: "Bugs";
|
|
27939
|
+
readonly requires: readonly Capability[];
|
|
27940
|
+
readonly id: string;
|
|
27941
|
+
readonly title?: string;
|
|
27942
|
+
readonly severity: RuleSeverity;
|
|
27943
|
+
readonly minimumInkVersion?: string;
|
|
27944
|
+
readonly disabledWhen?: ReadonlyArray<Capability>;
|
|
27945
|
+
readonly tags?: ReadonlyArray<string>;
|
|
27946
|
+
readonly matchByOccurrence?: boolean;
|
|
27947
|
+
readonly defaultEnabled?: boolean;
|
|
27948
|
+
readonly lifecycle?: "retired";
|
|
27949
|
+
readonly scan?: FileScan;
|
|
27950
|
+
readonly committedFilesOnly?: boolean;
|
|
27951
|
+
readonly recommendation?: string;
|
|
27952
|
+
readonly recommendationFor?: (hasCapability: CapabilityQuery) => string | undefined;
|
|
27953
|
+
readonly create: (context: RuleContext) => RuleVisitors;
|
|
27954
|
+
};
|
|
27907
27955
|
}, {
|
|
27908
27956
|
readonly key: "react-doctor/no-path-prefix-containment";
|
|
27909
27957
|
readonly id: "no-path-prefix-containment";
|