oxlint-plugin-react-doctor 0.8.1-dev.fe241a9 → 0.8.1
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 +2 -2
- package/dist/index.js +215 -1298
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9437,7 +9437,7 @@ declare const EXTERNAL_RULES: readonly [{
|
|
|
9437
9437
|
}, {
|
|
9438
9438
|
readonly key: "react-hooks-js/set-state-in-effect";
|
|
9439
9439
|
readonly source: "react-compiler";
|
|
9440
|
-
readonly severity: "
|
|
9440
|
+
readonly severity: "error";
|
|
9441
9441
|
}, {
|
|
9442
9442
|
readonly key: "react-hooks-js/globals";
|
|
9443
9443
|
readonly source: "react-compiler";
|
|
@@ -18748,7 +18748,7 @@ declare const RULES: readonly [{
|
|
|
18748
18748
|
}, {
|
|
18749
18749
|
readonly key: "react-hooks-js/set-state-in-effect";
|
|
18750
18750
|
readonly source: "react-compiler";
|
|
18751
|
-
readonly severity: "
|
|
18751
|
+
readonly severity: "error";
|
|
18752
18752
|
}, {
|
|
18753
18753
|
readonly key: "react-hooks-js/globals";
|
|
18754
18754
|
readonly source: "react-compiler";
|