@eslint-react/eslint-plugin 1.38.0-beta.7 → 1.38.0-beta.9
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.mts +32 -6
- package/dist/index.d.ts +32 -6
- package/dist/index.js +8 -6
- package/dist/index.mjs +8 -6
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -6,6 +6,9 @@ declare const name$b = "@eslint-react/all";
|
|
|
6
6
|
declare const rules$b: {
|
|
7
7
|
readonly "@eslint-react/avoid-shorthand-boolean": "off";
|
|
8
8
|
readonly "@eslint-react/avoid-shorthand-fragment": "off";
|
|
9
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
10
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
11
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
9
12
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
10
13
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
11
14
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -25,7 +28,6 @@ declare const rules$b: {
|
|
|
25
28
|
readonly "@eslint-react/no-create-ref": "error";
|
|
26
29
|
readonly "@eslint-react/no-default-props": "error";
|
|
27
30
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
28
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
29
31
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
30
32
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
31
33
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -52,7 +54,6 @@ declare const rules$b: {
|
|
|
52
54
|
readonly "@eslint-react/prefer-destructuring-assignment": "warn";
|
|
53
55
|
readonly "@eslint-react/prefer-shorthand-boolean": "warn";
|
|
54
56
|
readonly "@eslint-react/prefer-shorthand-fragment": "warn";
|
|
55
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
56
57
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
|
57
58
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
|
|
58
59
|
readonly "@eslint-react/dom/no-find-dom-node": "error";
|
|
@@ -401,6 +402,7 @@ declare const plugins$6: {
|
|
|
401
402
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
402
403
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
403
404
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
405
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
404
406
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
405
407
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
406
408
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -478,6 +480,7 @@ declare const plugins$6: {
|
|
|
478
480
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
479
481
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
480
482
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
483
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
481
484
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
482
485
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
483
486
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -555,6 +558,7 @@ declare const plugins$6: {
|
|
|
555
558
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
556
559
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
557
560
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
561
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
558
562
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
559
563
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
560
564
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -630,6 +634,7 @@ declare const plugins$6: {
|
|
|
630
634
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
631
635
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
632
636
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
637
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
633
638
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
634
639
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
635
640
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -672,6 +677,9 @@ declare namespace allConfig {
|
|
|
672
677
|
|
|
673
678
|
declare const name$a = "@eslint-react/core";
|
|
674
679
|
declare const rules$a: {
|
|
680
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
681
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
682
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
675
683
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
676
684
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
677
685
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -688,7 +696,6 @@ declare const rules$a: {
|
|
|
688
696
|
readonly "@eslint-react/no-create-ref": "error";
|
|
689
697
|
readonly "@eslint-react/no-default-props": "error";
|
|
690
698
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
691
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
692
699
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
693
700
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
694
701
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -710,7 +717,6 @@ declare const rules$a: {
|
|
|
710
717
|
readonly "@eslint-react/no-use-context": "warn";
|
|
711
718
|
readonly "@eslint-react/no-useless-forward-ref": "warn";
|
|
712
719
|
readonly "@eslint-react/no-useless-fragment": "warn";
|
|
713
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
714
720
|
};
|
|
715
721
|
declare const plugins$5: {
|
|
716
722
|
"@eslint-react": {
|
|
@@ -776,6 +782,7 @@ declare const plugins$5: {
|
|
|
776
782
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
777
783
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
778
784
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
785
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
779
786
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
780
787
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
781
788
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -853,6 +860,7 @@ declare const plugins$5: {
|
|
|
853
860
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
854
861
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
855
862
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
863
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
856
864
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
857
865
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
858
866
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -930,6 +938,7 @@ declare const plugins$5: {
|
|
|
930
938
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
931
939
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
932
940
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
941
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
933
942
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
934
943
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
935
944
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1005,6 +1014,7 @@ declare const plugins$5: {
|
|
|
1005
1014
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1006
1015
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1007
1016
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1017
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1008
1018
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1009
1019
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1010
1020
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1268,6 +1278,9 @@ declare const rules$2: {
|
|
|
1268
1278
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1269
1279
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
1270
1280
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
1281
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
1282
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
1283
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1271
1284
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1272
1285
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1273
1286
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -1284,7 +1297,6 @@ declare const rules$2: {
|
|
|
1284
1297
|
readonly "@eslint-react/no-create-ref": "error";
|
|
1285
1298
|
readonly "@eslint-react/no-default-props": "error";
|
|
1286
1299
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1287
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
1288
1300
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
1289
1301
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
1290
1302
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -1306,7 +1318,6 @@ declare const rules$2: {
|
|
|
1306
1318
|
readonly "@eslint-react/no-use-context": "warn";
|
|
1307
1319
|
readonly "@eslint-react/no-useless-forward-ref": "warn";
|
|
1308
1320
|
readonly "@eslint-react/no-useless-fragment": "warn";
|
|
1309
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1310
1321
|
};
|
|
1311
1322
|
declare const plugins$2: {
|
|
1312
1323
|
"@eslint-react/debug": {
|
|
@@ -1624,6 +1635,7 @@ declare const plugins$2: {
|
|
|
1624
1635
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1625
1636
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1626
1637
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1638
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1627
1639
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1628
1640
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1629
1641
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1701,6 +1713,7 @@ declare const plugins$2: {
|
|
|
1701
1713
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1702
1714
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1703
1715
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1716
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1704
1717
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1705
1718
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1706
1719
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1778,6 +1791,7 @@ declare const plugins$2: {
|
|
|
1778
1791
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1779
1792
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1780
1793
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1794
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1781
1795
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1782
1796
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1783
1797
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1853,6 +1867,7 @@ declare const plugins$2: {
|
|
|
1853
1867
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1854
1868
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1855
1869
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1870
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1856
1871
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1857
1872
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1858
1873
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1919,6 +1934,7 @@ declare const rules$1: {
|
|
|
1919
1934
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1920
1935
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
1921
1936
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
1937
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
1922
1938
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1923
1939
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1924
1940
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -2273,6 +2289,7 @@ declare const plugins$1: {
|
|
|
2273
2289
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2274
2290
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2275
2291
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2292
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2276
2293
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2277
2294
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2278
2295
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2350,6 +2367,7 @@ declare const plugins$1: {
|
|
|
2350
2367
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2351
2368
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2352
2369
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2370
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2353
2371
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2354
2372
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2355
2373
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2427,6 +2445,7 @@ declare const plugins$1: {
|
|
|
2427
2445
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2428
2446
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2429
2447
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2448
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2430
2449
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2431
2450
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2432
2451
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2502,6 +2521,7 @@ declare const plugins$1: {
|
|
|
2502
2521
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2503
2522
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2504
2523
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2524
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2505
2525
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2506
2526
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2507
2527
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2567,6 +2587,7 @@ declare const rules: {
|
|
|
2567
2587
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
2568
2588
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
2569
2589
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
2590
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
2570
2591
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
2571
2592
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
2572
2593
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -2921,6 +2942,7 @@ declare const plugins: {
|
|
|
2921
2942
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2922
2943
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2923
2944
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2945
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2924
2946
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2925
2947
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2926
2948
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2998,6 +3020,7 @@ declare const plugins: {
|
|
|
2998
3020
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2999
3021
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3000
3022
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3023
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3001
3024
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3002
3025
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3003
3026
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3075,6 +3098,7 @@ declare const plugins: {
|
|
|
3075
3098
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3076
3099
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3077
3100
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3101
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3078
3102
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3079
3103
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3080
3104
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3150,6 +3174,7 @@ declare const plugins: {
|
|
|
3150
3174
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3151
3175
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3152
3176
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3177
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3153
3178
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3154
3179
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3155
3180
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3378,6 +3403,7 @@ declare const _default: {
|
|
|
3378
3403
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3379
3404
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3380
3405
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3406
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3381
3407
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3382
3408
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3383
3409
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,9 @@ declare const name$b = "@eslint-react/all";
|
|
|
6
6
|
declare const rules$b: {
|
|
7
7
|
readonly "@eslint-react/avoid-shorthand-boolean": "off";
|
|
8
8
|
readonly "@eslint-react/avoid-shorthand-fragment": "off";
|
|
9
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
10
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
11
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
9
12
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
10
13
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
11
14
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -25,7 +28,6 @@ declare const rules$b: {
|
|
|
25
28
|
readonly "@eslint-react/no-create-ref": "error";
|
|
26
29
|
readonly "@eslint-react/no-default-props": "error";
|
|
27
30
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
28
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
29
31
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
30
32
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
31
33
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -52,7 +54,6 @@ declare const rules$b: {
|
|
|
52
54
|
readonly "@eslint-react/prefer-destructuring-assignment": "warn";
|
|
53
55
|
readonly "@eslint-react/prefer-shorthand-boolean": "warn";
|
|
54
56
|
readonly "@eslint-react/prefer-shorthand-fragment": "warn";
|
|
55
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
56
57
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
|
57
58
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
|
|
58
59
|
readonly "@eslint-react/dom/no-find-dom-node": "error";
|
|
@@ -401,6 +402,7 @@ declare const plugins$6: {
|
|
|
401
402
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
402
403
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
403
404
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
405
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
404
406
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
405
407
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
406
408
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -478,6 +480,7 @@ declare const plugins$6: {
|
|
|
478
480
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
479
481
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
480
482
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
483
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
481
484
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
482
485
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
483
486
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -555,6 +558,7 @@ declare const plugins$6: {
|
|
|
555
558
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
556
559
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
557
560
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
561
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
558
562
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
559
563
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
560
564
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -630,6 +634,7 @@ declare const plugins$6: {
|
|
|
630
634
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
631
635
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
632
636
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
637
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
633
638
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
634
639
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
635
640
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -672,6 +677,9 @@ declare namespace allConfig {
|
|
|
672
677
|
|
|
673
678
|
declare const name$a = "@eslint-react/core";
|
|
674
679
|
declare const rules$a: {
|
|
680
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
681
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
682
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
675
683
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
676
684
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
677
685
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -688,7 +696,6 @@ declare const rules$a: {
|
|
|
688
696
|
readonly "@eslint-react/no-create-ref": "error";
|
|
689
697
|
readonly "@eslint-react/no-default-props": "error";
|
|
690
698
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
691
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
692
699
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
693
700
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
694
701
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -710,7 +717,6 @@ declare const rules$a: {
|
|
|
710
717
|
readonly "@eslint-react/no-use-context": "warn";
|
|
711
718
|
readonly "@eslint-react/no-useless-forward-ref": "warn";
|
|
712
719
|
readonly "@eslint-react/no-useless-fragment": "warn";
|
|
713
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
714
720
|
};
|
|
715
721
|
declare const plugins$5: {
|
|
716
722
|
"@eslint-react": {
|
|
@@ -776,6 +782,7 @@ declare const plugins$5: {
|
|
|
776
782
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
777
783
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
778
784
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
785
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
779
786
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
780
787
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
781
788
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -853,6 +860,7 @@ declare const plugins$5: {
|
|
|
853
860
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
854
861
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
855
862
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
863
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
856
864
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
857
865
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
858
866
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -930,6 +938,7 @@ declare const plugins$5: {
|
|
|
930
938
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
931
939
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
932
940
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
941
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
933
942
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
934
943
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
935
944
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1005,6 +1014,7 @@ declare const plugins$5: {
|
|
|
1005
1014
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1006
1015
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1007
1016
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1017
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1008
1018
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1009
1019
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1010
1020
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1268,6 +1278,9 @@ declare const rules$2: {
|
|
|
1268
1278
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1269
1279
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
1270
1280
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
1281
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
1282
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
1283
|
+
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1271
1284
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1272
1285
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1273
1286
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -1284,7 +1297,6 @@ declare const rules$2: {
|
|
|
1284
1297
|
readonly "@eslint-react/no-create-ref": "error";
|
|
1285
1298
|
readonly "@eslint-react/no-default-props": "error";
|
|
1286
1299
|
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1287
|
-
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
1288
1300
|
readonly "@eslint-react/no-duplicate-key": "warn";
|
|
1289
1301
|
readonly "@eslint-react/no-forward-ref": "warn";
|
|
1290
1302
|
readonly "@eslint-react/no-implicit-key": "warn";
|
|
@@ -1306,7 +1318,6 @@ declare const rules$2: {
|
|
|
1306
1318
|
readonly "@eslint-react/no-use-context": "warn";
|
|
1307
1319
|
readonly "@eslint-react/no-useless-forward-ref": "warn";
|
|
1308
1320
|
readonly "@eslint-react/no-useless-fragment": "warn";
|
|
1309
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1310
1321
|
};
|
|
1311
1322
|
declare const plugins$2: {
|
|
1312
1323
|
"@eslint-react/debug": {
|
|
@@ -1624,6 +1635,7 @@ declare const plugins$2: {
|
|
|
1624
1635
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1625
1636
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1626
1637
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1638
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1627
1639
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1628
1640
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1629
1641
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1701,6 +1713,7 @@ declare const plugins$2: {
|
|
|
1701
1713
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1702
1714
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1703
1715
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1716
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1704
1717
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1705
1718
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1706
1719
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1778,6 +1791,7 @@ declare const plugins$2: {
|
|
|
1778
1791
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1779
1792
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1780
1793
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1794
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1781
1795
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1782
1796
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1783
1797
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1853,6 +1867,7 @@ declare const plugins$2: {
|
|
|
1853
1867
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1854
1868
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1855
1869
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1870
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1856
1871
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1857
1872
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1858
1873
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1919,6 +1934,7 @@ declare const rules$1: {
|
|
|
1919
1934
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1920
1935
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
1921
1936
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
1937
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
1922
1938
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1923
1939
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1924
1940
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -2273,6 +2289,7 @@ declare const plugins$1: {
|
|
|
2273
2289
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2274
2290
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2275
2291
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2292
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2276
2293
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2277
2294
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2278
2295
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2350,6 +2367,7 @@ declare const plugins$1: {
|
|
|
2350
2367
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2351
2368
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2352
2369
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2370
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2353
2371
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2354
2372
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2355
2373
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2427,6 +2445,7 @@ declare const plugins$1: {
|
|
|
2427
2445
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2428
2446
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2429
2447
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2448
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2430
2449
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2431
2450
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2432
2451
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2502,6 +2521,7 @@ declare const plugins$1: {
|
|
|
2502
2521
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2503
2522
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2504
2523
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2524
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2505
2525
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2506
2526
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2507
2527
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2567,6 +2587,7 @@ declare const rules: {
|
|
|
2567
2587
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
2568
2588
|
readonly "@eslint-react/dom/no-use-form-state": "error";
|
|
2569
2589
|
readonly "@eslint-react/dom/no-void-elements-with-children": "error";
|
|
2590
|
+
readonly "@eslint-react/jsx-no-undef": "error";
|
|
2570
2591
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
2571
2592
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
2572
2593
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -2921,6 +2942,7 @@ declare const plugins: {
|
|
|
2921
2942
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2922
2943
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2923
2944
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2945
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2924
2946
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2925
2947
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2926
2948
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2998,6 +3020,7 @@ declare const plugins: {
|
|
|
2998
3020
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2999
3021
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3000
3022
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3023
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3001
3024
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3002
3025
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3003
3026
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3075,6 +3098,7 @@ declare const plugins: {
|
|
|
3075
3098
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3076
3099
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3077
3100
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3101
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3078
3102
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3079
3103
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3080
3104
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3150,6 +3174,7 @@ declare const plugins: {
|
|
|
3150
3174
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3151
3175
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3152
3176
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3177
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3153
3178
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3154
3179
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3155
3180
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -3378,6 +3403,7 @@ declare const _default: {
|
|
|
3378
3403
|
readonly "prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3379
3404
|
readonly "prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3380
3405
|
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3406
|
+
readonly "jsx-no-undef": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoUndef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3381
3407
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3382
3408
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessForwardRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3383
3409
|
readonly "no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __export = (target, all) => {
|
|
|
25
25
|
|
|
26
26
|
// package.json
|
|
27
27
|
var name = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "1.38.0-beta.
|
|
28
|
+
var version = "1.38.0-beta.9";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -46,6 +46,9 @@ __export(core_exports, {
|
|
|
46
46
|
});
|
|
47
47
|
var name2 = "@eslint-react/core";
|
|
48
48
|
var rules = {
|
|
49
|
+
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
50
|
+
"@eslint-react/jsx-no-undef": "error",
|
|
51
|
+
"@eslint-react/jsx-uses-vars": "warn",
|
|
49
52
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
50
53
|
"@eslint-react/no-array-index-key": "warn",
|
|
51
54
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -62,7 +65,6 @@ var rules = {
|
|
|
62
65
|
"@eslint-react/no-create-ref": "error",
|
|
63
66
|
"@eslint-react/no-default-props": "error",
|
|
64
67
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
65
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
66
68
|
"@eslint-react/no-duplicate-key": "warn",
|
|
67
69
|
"@eslint-react/no-forward-ref": "warn",
|
|
68
70
|
"@eslint-react/no-implicit-key": "warn",
|
|
@@ -83,8 +85,7 @@ var rules = {
|
|
|
83
85
|
"@eslint-react/no-unused-state": "warn",
|
|
84
86
|
"@eslint-react/no-use-context": "warn",
|
|
85
87
|
"@eslint-react/no-useless-forward-ref": "warn",
|
|
86
|
-
"@eslint-react/no-useless-fragment": "warn"
|
|
87
|
-
"@eslint-react/jsx-uses-vars": "warn"
|
|
88
|
+
"@eslint-react/no-useless-fragment": "warn"
|
|
88
89
|
};
|
|
89
90
|
var plugins = {
|
|
90
91
|
"@eslint-react": reactx__default.default
|
|
@@ -131,6 +132,9 @@ var name4 = "@eslint-react/all";
|
|
|
131
132
|
var rules3 = {
|
|
132
133
|
"@eslint-react/avoid-shorthand-boolean": "off",
|
|
133
134
|
"@eslint-react/avoid-shorthand-fragment": "off",
|
|
135
|
+
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
136
|
+
"@eslint-react/jsx-no-undef": "error",
|
|
137
|
+
"@eslint-react/jsx-uses-vars": "warn",
|
|
134
138
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
135
139
|
"@eslint-react/no-array-index-key": "warn",
|
|
136
140
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -150,7 +154,6 @@ var rules3 = {
|
|
|
150
154
|
"@eslint-react/no-create-ref": "error",
|
|
151
155
|
"@eslint-react/no-default-props": "error",
|
|
152
156
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
153
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
154
157
|
"@eslint-react/no-duplicate-key": "warn",
|
|
155
158
|
"@eslint-react/no-forward-ref": "warn",
|
|
156
159
|
"@eslint-react/no-implicit-key": "warn",
|
|
@@ -177,7 +180,6 @@ var rules3 = {
|
|
|
177
180
|
"@eslint-react/prefer-destructuring-assignment": "warn",
|
|
178
181
|
"@eslint-react/prefer-shorthand-boolean": "warn",
|
|
179
182
|
"@eslint-react/prefer-shorthand-fragment": "warn",
|
|
180
|
-
"@eslint-react/jsx-uses-vars": "warn",
|
|
181
183
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
|
182
184
|
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
183
185
|
"@eslint-react/dom/no-find-dom-node": "error",
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ var __export = (target, all) => {
|
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
16
|
var name = "@eslint-react/eslint-plugin";
|
|
17
|
-
var version = "1.38.0-beta.
|
|
17
|
+
var version = "1.38.0-beta.9";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -35,6 +35,9 @@ __export(core_exports, {
|
|
|
35
35
|
});
|
|
36
36
|
var name2 = "@eslint-react/core";
|
|
37
37
|
var rules = {
|
|
38
|
+
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
39
|
+
"@eslint-react/jsx-no-undef": "error",
|
|
40
|
+
"@eslint-react/jsx-uses-vars": "warn",
|
|
38
41
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
39
42
|
"@eslint-react/no-array-index-key": "warn",
|
|
40
43
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -51,7 +54,6 @@ var rules = {
|
|
|
51
54
|
"@eslint-react/no-create-ref": "error",
|
|
52
55
|
"@eslint-react/no-default-props": "error",
|
|
53
56
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
54
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
55
57
|
"@eslint-react/no-duplicate-key": "warn",
|
|
56
58
|
"@eslint-react/no-forward-ref": "warn",
|
|
57
59
|
"@eslint-react/no-implicit-key": "warn",
|
|
@@ -72,8 +74,7 @@ var rules = {
|
|
|
72
74
|
"@eslint-react/no-unused-state": "warn",
|
|
73
75
|
"@eslint-react/no-use-context": "warn",
|
|
74
76
|
"@eslint-react/no-useless-forward-ref": "warn",
|
|
75
|
-
"@eslint-react/no-useless-fragment": "warn"
|
|
76
|
-
"@eslint-react/jsx-uses-vars": "warn"
|
|
77
|
+
"@eslint-react/no-useless-fragment": "warn"
|
|
77
78
|
};
|
|
78
79
|
var plugins = {
|
|
79
80
|
"@eslint-react": reactx
|
|
@@ -120,6 +121,9 @@ var name4 = "@eslint-react/all";
|
|
|
120
121
|
var rules3 = {
|
|
121
122
|
"@eslint-react/avoid-shorthand-boolean": "off",
|
|
122
123
|
"@eslint-react/avoid-shorthand-fragment": "off",
|
|
124
|
+
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
125
|
+
"@eslint-react/jsx-no-undef": "error",
|
|
126
|
+
"@eslint-react/jsx-uses-vars": "warn",
|
|
123
127
|
"@eslint-react/no-access-state-in-setstate": "error",
|
|
124
128
|
"@eslint-react/no-array-index-key": "warn",
|
|
125
129
|
"@eslint-react/no-children-count": "warn",
|
|
@@ -139,7 +143,6 @@ var rules3 = {
|
|
|
139
143
|
"@eslint-react/no-create-ref": "error",
|
|
140
144
|
"@eslint-react/no-default-props": "error",
|
|
141
145
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
142
|
-
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
143
146
|
"@eslint-react/no-duplicate-key": "warn",
|
|
144
147
|
"@eslint-react/no-forward-ref": "warn",
|
|
145
148
|
"@eslint-react/no-implicit-key": "warn",
|
|
@@ -166,7 +169,6 @@ var rules3 = {
|
|
|
166
169
|
"@eslint-react/prefer-destructuring-assignment": "warn",
|
|
167
170
|
"@eslint-react/prefer-shorthand-boolean": "warn",
|
|
168
171
|
"@eslint-react/prefer-shorthand-fragment": "warn",
|
|
169
|
-
"@eslint-react/jsx-uses-vars": "warn",
|
|
170
172
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
|
171
173
|
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
172
174
|
"@eslint-react/dom/no-find-dom-node": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.38.0-beta.
|
|
3
|
+
"version": "1.38.0-beta.9",
|
|
4
4
|
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.27.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.27.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.27.0",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"@eslint-react/
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-web-api": "1.38.0-beta.
|
|
61
|
-
"eslint-plugin-react-x": "1.38.0-beta.
|
|
53
|
+
"@eslint-react/shared": "1.38.0-beta.9",
|
|
54
|
+
"@eslint-react/eff": "1.38.0-beta.9",
|
|
55
|
+
"@eslint-react/kit": "1.38.0-beta.9",
|
|
56
|
+
"eslint-plugin-react-debug": "1.38.0-beta.9",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.38.0-beta.9",
|
|
58
|
+
"eslint-plugin-react-dom": "1.38.0-beta.9",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.38.0-beta.9",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.38.0-beta.9",
|
|
61
|
+
"eslint-plugin-react-x": "1.38.0-beta.9"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.4.0",
|