@eslint-react/eslint-plugin 1.16.0-next.0 → 1.16.1-beta.3
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/README.md +4 -1
- package/dist/index.d.mts +354 -2
- package/dist/index.d.ts +354 -2
- package/dist/index.js +14 -2
- package/dist/index.mjs +14 -2
- package/package.json +14 -14
package/dist/index.d.mts
CHANGED
|
@@ -18,6 +18,7 @@ declare const _default: {
|
|
|
18
18
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
19
19
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
20
20
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
21
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
21
22
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
22
23
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
23
24
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -103,6 +104,7 @@ declare const _default: {
|
|
|
103
104
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
104
105
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
105
106
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
107
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
106
108
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
107
109
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
108
110
|
};
|
|
@@ -177,6 +179,7 @@ declare const _default: {
|
|
|
177
179
|
};
|
|
178
180
|
readonly rules: {
|
|
179
181
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
182
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
180
183
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
181
184
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
182
185
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -225,6 +228,7 @@ declare const _default: {
|
|
|
225
228
|
readonly plugins: readonly ["@eslint-react"];
|
|
226
229
|
readonly rules: {
|
|
227
230
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
231
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
228
232
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
229
233
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
230
234
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -280,6 +284,7 @@ declare const _default: {
|
|
|
280
284
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
281
285
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
282
286
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
287
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
283
288
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
284
289
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
285
290
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -365,6 +370,7 @@ declare const _default: {
|
|
|
365
370
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
366
371
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
367
372
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
373
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
368
374
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
369
375
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
370
376
|
};
|
|
@@ -482,6 +488,7 @@ declare const _default: {
|
|
|
482
488
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
483
489
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
484
490
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
491
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
485
492
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
486
493
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
487
494
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -567,6 +574,7 @@ declare const _default: {
|
|
|
567
574
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
568
575
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
569
576
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
577
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
570
578
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
571
579
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
572
580
|
};
|
|
@@ -649,6 +657,7 @@ declare const _default: {
|
|
|
649
657
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
650
658
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
651
659
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
660
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
652
661
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
653
662
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
654
663
|
};
|
|
@@ -675,6 +684,7 @@ declare const _default: {
|
|
|
675
684
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
676
685
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
677
686
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
687
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
678
688
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
679
689
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
680
690
|
};
|
|
@@ -700,6 +710,7 @@ declare const _default: {
|
|
|
700
710
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
701
711
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
702
712
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
713
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
703
714
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
704
715
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
705
716
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -785,6 +796,7 @@ declare const _default: {
|
|
|
785
796
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
786
797
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
787
798
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
799
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
788
800
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
789
801
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
790
802
|
};
|
|
@@ -874,9 +886,11 @@ declare const _default: {
|
|
|
874
886
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
875
887
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
876
888
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
889
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
877
890
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
878
891
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
879
892
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
893
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
880
894
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
881
895
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
882
896
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -940,9 +954,11 @@ declare const _default: {
|
|
|
940
954
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
941
955
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
942
956
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
957
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
943
958
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
944
959
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
945
960
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
961
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
946
962
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
947
963
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
948
964
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -987,6 +1003,310 @@ declare const _default: {
|
|
|
987
1003
|
};
|
|
988
1004
|
};
|
|
989
1005
|
};
|
|
1006
|
+
readonly "recommended-typescript": {
|
|
1007
|
+
readonly plugins: {
|
|
1008
|
+
readonly "@eslint-react": {
|
|
1009
|
+
meta: {
|
|
1010
|
+
name: string;
|
|
1011
|
+
version: string;
|
|
1012
|
+
};
|
|
1013
|
+
rules: {
|
|
1014
|
+
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1015
|
+
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1016
|
+
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1017
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1018
|
+
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1019
|
+
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1020
|
+
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1021
|
+
"no-children-count": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenCount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1022
|
+
"no-children-for-each": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenForEach", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1023
|
+
"no-children-map": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenMap", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1024
|
+
"no-children-only": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenOnly", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1025
|
+
"no-children-prop": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenProp", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1026
|
+
"no-children-to-array": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenToArray", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1027
|
+
"no-class-component": _typescript_eslint_utils_ts_eslint.RuleModule<"noClassComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1028
|
+
"no-clone-element": _typescript_eslint_utils_ts_eslint.RuleModule<"noCloneElement", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1029
|
+
"no-comment-textnodes": _typescript_eslint_utils_ts_eslint.RuleModule<"noCommentTextnodes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1030
|
+
"no-complex-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1031
|
+
"no-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1032
|
+
"no-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1033
|
+
"no-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1034
|
+
"no-create-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"noCreateRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1035
|
+
"no-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1036
|
+
"no-direct-mutation-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noDirectMutationState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1037
|
+
"no-duplicate-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noDuplicateKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1038
|
+
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1039
|
+
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1040
|
+
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1041
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingKey" | "noMissingKeyWithFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1042
|
+
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1043
|
+
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1044
|
+
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1045
|
+
"no-set-state-in-component-did-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noSetStateInComponentDidMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1046
|
+
"no-set-state-in-component-did-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noSetStateInComponentDidUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1047
|
+
"no-set-state-in-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noSetStateInComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1048
|
+
"no-string-refs": _typescript_eslint_utils_ts_eslint.RuleModule<"noStringRefs", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1049
|
+
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1050
|
+
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1051
|
+
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1052
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableContextValue" | "noUnstableContextValueWithFunction" | "noUnstableContextValueWithIdentifier", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1053
|
+
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1054
|
+
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1055
|
+
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1056
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"noUselessFragment" | "noUselessFragmentInBuiltIn", [{
|
|
1057
|
+
allowExpressions: boolean;
|
|
1058
|
+
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1059
|
+
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1060
|
+
"prefer-react-namespace-import": _typescript_eslint_utils_ts_eslint.RuleModule<"preferReactNamespaceImport", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1061
|
+
"prefer-read-only-props": _typescript_eslint_utils_ts_eslint.RuleModule<"preferReadOnlyProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1062
|
+
"prefer-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1063
|
+
"prefer-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1064
|
+
"no-complicated-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noComplexConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1065
|
+
};
|
|
1066
|
+
DEFAULT_ESLINT_REACT_SETTINGS: {
|
|
1067
|
+
readonly additionalHooks: {
|
|
1068
|
+
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1069
|
+
};
|
|
1070
|
+
readonly polymorphicPropName: "as";
|
|
1071
|
+
readonly skipImportCheck: false;
|
|
1072
|
+
readonly version: "detect";
|
|
1073
|
+
};
|
|
1074
|
+
};
|
|
1075
|
+
readonly "@eslint-react/debug": {
|
|
1076
|
+
readonly meta: {
|
|
1077
|
+
readonly name: string;
|
|
1078
|
+
readonly version: string;
|
|
1079
|
+
};
|
|
1080
|
+
readonly rules: {
|
|
1081
|
+
readonly "class-component": _typescript_eslint_utils_ts_eslint.RuleModule<"classComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1082
|
+
readonly "function-component": _typescript_eslint_utils_ts_eslint.RuleModule<"functionComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1083
|
+
readonly hook: _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1084
|
+
readonly "is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1085
|
+
readonly "react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"hook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1086
|
+
};
|
|
1087
|
+
};
|
|
1088
|
+
readonly "@eslint-react/dom": {
|
|
1089
|
+
readonly meta: {
|
|
1090
|
+
readonly name: string;
|
|
1091
|
+
readonly version: string;
|
|
1092
|
+
};
|
|
1093
|
+
readonly rules: {
|
|
1094
|
+
readonly "no-children-in-void-dom-elements": _typescript_eslint_utils_ts_eslint.RuleModule<"noChildrenInVoidDomElements", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1095
|
+
readonly "no-dangerously-set-innerhtml": _typescript_eslint_utils_ts_eslint.RuleModule<"noDangerouslySetInnerhtml", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1096
|
+
readonly "no-dangerously-set-innerhtml-with-children": _typescript_eslint_utils_ts_eslint.RuleModule<"noDangerouslySetInnerhtmlWithChildren", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1097
|
+
readonly "no-find-dom-node": _typescript_eslint_utils_ts_eslint.RuleModule<"noFindDomNode", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1098
|
+
readonly "no-missing-button-type": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingButtonType", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1099
|
+
readonly "no-missing-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1100
|
+
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1101
|
+
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1102
|
+
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1103
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1104
|
+
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1105
|
+
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1106
|
+
};
|
|
1107
|
+
readonly DEFAULT_ESLINT_REACT_SETTINGS: {
|
|
1108
|
+
readonly additionalComponents: [{
|
|
1109
|
+
readonly name: "Link";
|
|
1110
|
+
readonly as: "a";
|
|
1111
|
+
readonly attributes: [{
|
|
1112
|
+
readonly name: "to";
|
|
1113
|
+
readonly as: "href";
|
|
1114
|
+
}];
|
|
1115
|
+
}];
|
|
1116
|
+
readonly skipImportCheck: false;
|
|
1117
|
+
};
|
|
1118
|
+
};
|
|
1119
|
+
readonly "@eslint-react/hooks-extra": {
|
|
1120
|
+
readonly meta: {
|
|
1121
|
+
readonly name: string;
|
|
1122
|
+
readonly version: string;
|
|
1123
|
+
};
|
|
1124
|
+
readonly rules: {
|
|
1125
|
+
readonly "no-direct-set-state-in-use-effect": _typescript_eslint_utils_ts_eslint.RuleModule<"noDirectSetStateInUseEffect", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1126
|
+
readonly "no-direct-set-state-in-use-layout-effect": _typescript_eslint_utils_ts_eslint.RuleModule<"noDirectSetStateInUseLayoutEffect", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1127
|
+
readonly "no-redundant-custom-hook": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantCustomHook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1128
|
+
readonly "no-unnecessary-use-callback": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnnecessaryUseCallback", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1129
|
+
readonly "no-unnecessary-use-memo": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnnecessaryUseMemo", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1130
|
+
readonly "prefer-use-state-lazy-initialization": _typescript_eslint_utils_ts_eslint.RuleModule<"preferUseStateLazyInitialization", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1131
|
+
readonly "ensure-custom-hooks-using-other-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantCustomHook", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1132
|
+
readonly "ensure-use-memo-has-non-empty-deps": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnnecessaryUseMemo", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1133
|
+
};
|
|
1134
|
+
};
|
|
1135
|
+
readonly "@eslint-react/naming-convention": {
|
|
1136
|
+
readonly meta: {
|
|
1137
|
+
readonly name: string;
|
|
1138
|
+
readonly version: string;
|
|
1139
|
+
};
|
|
1140
|
+
readonly rules: {
|
|
1141
|
+
readonly "component-name": _typescript_eslint_utils_ts_eslint.RuleModule<"componentName", readonly [{
|
|
1142
|
+
allowAllCaps?: boolean;
|
|
1143
|
+
allowLeadingUnderscore?: boolean;
|
|
1144
|
+
allowNamespace?: boolean;
|
|
1145
|
+
excepts?: readonly string[];
|
|
1146
|
+
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
1147
|
+
} | ("CONSTANT_CASE" | "PascalCase") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1148
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatchSuggestion" | "filenameEmpty", readonly [{
|
|
1149
|
+
excepts?: readonly string[];
|
|
1150
|
+
extensions?: readonly string[];
|
|
1151
|
+
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
1152
|
+
} | ("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1153
|
+
readonly "filename-extension": _typescript_eslint_utils_ts_eslint.RuleModule<"filenameExtensionInvalid" | "filenameExtensionUnexpected", readonly [{
|
|
1154
|
+
allow?: "always" | "as-needed";
|
|
1155
|
+
extensions?: readonly string[];
|
|
1156
|
+
} | ("always" | "as-needed") | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1157
|
+
readonly "use-state": _typescript_eslint_utils_ts_eslint.RuleModule<"useState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1158
|
+
};
|
|
1159
|
+
};
|
|
1160
|
+
readonly "@eslint-react/web-api": {
|
|
1161
|
+
meta: {
|
|
1162
|
+
name: string;
|
|
1163
|
+
version: string;
|
|
1164
|
+
};
|
|
1165
|
+
rules: {
|
|
1166
|
+
"no-leaked-event-listener": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedEventListenerInEffect" | "noLeakedEventListenerInLifecycle" | "noLeakedEventListenerOfInlineFunction", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1167
|
+
"no-leaked-interval": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedIntervalInEffect" | "noLeakedIntervalInLifecycle" | "noLeakedIntervalNoIntervalId", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1168
|
+
"no-leaked-resize-observer": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedResizeObserver" | "noLeakedResizeObserverInControlFlow" | "noLeakedResizeObserverNoFloatingInstance", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1169
|
+
"no-leaked-timeout": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedTimeoutInEffect" | "noLeakedTimeoutInLifecycle" | "noLeakedTimeoutNoTimeoutId", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1170
|
+
};
|
|
1171
|
+
DEFAULT_ESLINT_REACT_SETTINGS: {
|
|
1172
|
+
readonly skipImportCheck: true;
|
|
1173
|
+
};
|
|
1174
|
+
};
|
|
1175
|
+
};
|
|
1176
|
+
readonly rules: {
|
|
1177
|
+
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
1178
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
1179
|
+
readonly "@eslint-react/jsx-uses-vars": "off";
|
|
1180
|
+
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1181
|
+
readonly "@eslint-react/hooks-extra/no-redundant-custom-hook": "warn";
|
|
1182
|
+
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1183
|
+
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1184
|
+
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1185
|
+
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
1186
|
+
readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
|
|
1187
|
+
readonly "@eslint-react/dom/no-children-in-void-dom-elements": "warn";
|
|
1188
|
+
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
|
1189
|
+
readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
|
|
1190
|
+
readonly "@eslint-react/dom/no-find-dom-node": "error";
|
|
1191
|
+
readonly "@eslint-react/dom/no-missing-button-type": "warn";
|
|
1192
|
+
readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
|
|
1193
|
+
readonly "@eslint-react/dom/no-namespace": "error";
|
|
1194
|
+
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
1195
|
+
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
1196
|
+
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
1197
|
+
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1198
|
+
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
1199
|
+
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1200
|
+
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1201
|
+
readonly "@eslint-react/no-children-count": "warn";
|
|
1202
|
+
readonly "@eslint-react/no-children-for-each": "warn";
|
|
1203
|
+
readonly "@eslint-react/no-children-map": "warn";
|
|
1204
|
+
readonly "@eslint-react/no-children-only": "warn";
|
|
1205
|
+
readonly "@eslint-react/no-children-to-array": "warn";
|
|
1206
|
+
readonly "@eslint-react/no-clone-element": "warn";
|
|
1207
|
+
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
1208
|
+
readonly "@eslint-react/no-component-will-mount": "error";
|
|
1209
|
+
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
1210
|
+
readonly "@eslint-react/no-component-will-update": "error";
|
|
1211
|
+
readonly "@eslint-react/no-create-ref": "error";
|
|
1212
|
+
readonly "@eslint-react/no-default-props": "error";
|
|
1213
|
+
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1214
|
+
readonly "@eslint-react/no-duplicate-key": "error";
|
|
1215
|
+
readonly "@eslint-react/no-missing-key": "error";
|
|
1216
|
+
readonly "@eslint-react/no-nested-components": "error";
|
|
1217
|
+
readonly "@eslint-react/no-prop-types": "error";
|
|
1218
|
+
readonly "@eslint-react/no-redundant-should-component-update": "error";
|
|
1219
|
+
readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
|
|
1220
|
+
readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
|
|
1221
|
+
readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
|
|
1222
|
+
readonly "@eslint-react/no-string-refs": "error";
|
|
1223
|
+
readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
|
|
1224
|
+
readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
|
|
1225
|
+
readonly "@eslint-react/no-unsafe-component-will-update": "warn";
|
|
1226
|
+
readonly "@eslint-react/no-unstable-context-value": "warn";
|
|
1227
|
+
readonly "@eslint-react/no-unstable-default-props": "warn";
|
|
1228
|
+
readonly "@eslint-react/no-unused-class-component-members": "warn";
|
|
1229
|
+
readonly "@eslint-react/no-unused-state": "warn";
|
|
1230
|
+
};
|
|
1231
|
+
readonly settings: {
|
|
1232
|
+
readonly "react-x": {
|
|
1233
|
+
readonly additionalHooks: {
|
|
1234
|
+
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1235
|
+
};
|
|
1236
|
+
readonly polymorphicPropName: "as";
|
|
1237
|
+
readonly skipImportCheck: false;
|
|
1238
|
+
readonly version: "detect";
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
readonly "recommended-typescript-legacy": {
|
|
1243
|
+
readonly plugins: readonly ["@eslint-react"];
|
|
1244
|
+
readonly rules: {
|
|
1245
|
+
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
1246
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
1247
|
+
readonly "@eslint-react/jsx-uses-vars": "off";
|
|
1248
|
+
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1249
|
+
readonly "@eslint-react/hooks-extra/no-redundant-custom-hook": "warn";
|
|
1250
|
+
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1251
|
+
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1252
|
+
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1253
|
+
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
1254
|
+
readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
|
|
1255
|
+
readonly "@eslint-react/dom/no-children-in-void-dom-elements": "warn";
|
|
1256
|
+
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
|
1257
|
+
readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
|
|
1258
|
+
readonly "@eslint-react/dom/no-find-dom-node": "error";
|
|
1259
|
+
readonly "@eslint-react/dom/no-missing-button-type": "warn";
|
|
1260
|
+
readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
|
|
1261
|
+
readonly "@eslint-react/dom/no-namespace": "error";
|
|
1262
|
+
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
1263
|
+
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
1264
|
+
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
1265
|
+
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1266
|
+
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
1267
|
+
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1268
|
+
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1269
|
+
readonly "@eslint-react/no-children-count": "warn";
|
|
1270
|
+
readonly "@eslint-react/no-children-for-each": "warn";
|
|
1271
|
+
readonly "@eslint-react/no-children-map": "warn";
|
|
1272
|
+
readonly "@eslint-react/no-children-only": "warn";
|
|
1273
|
+
readonly "@eslint-react/no-children-to-array": "warn";
|
|
1274
|
+
readonly "@eslint-react/no-clone-element": "warn";
|
|
1275
|
+
readonly "@eslint-react/no-comment-textnodes": "warn";
|
|
1276
|
+
readonly "@eslint-react/no-component-will-mount": "error";
|
|
1277
|
+
readonly "@eslint-react/no-component-will-receive-props": "error";
|
|
1278
|
+
readonly "@eslint-react/no-component-will-update": "error";
|
|
1279
|
+
readonly "@eslint-react/no-create-ref": "error";
|
|
1280
|
+
readonly "@eslint-react/no-default-props": "error";
|
|
1281
|
+
readonly "@eslint-react/no-direct-mutation-state": "error";
|
|
1282
|
+
readonly "@eslint-react/no-duplicate-key": "error";
|
|
1283
|
+
readonly "@eslint-react/no-missing-key": "error";
|
|
1284
|
+
readonly "@eslint-react/no-nested-components": "error";
|
|
1285
|
+
readonly "@eslint-react/no-prop-types": "error";
|
|
1286
|
+
readonly "@eslint-react/no-redundant-should-component-update": "error";
|
|
1287
|
+
readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
|
|
1288
|
+
readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
|
|
1289
|
+
readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
|
|
1290
|
+
readonly "@eslint-react/no-string-refs": "error";
|
|
1291
|
+
readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
|
|
1292
|
+
readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
|
|
1293
|
+
readonly "@eslint-react/no-unsafe-component-will-update": "warn";
|
|
1294
|
+
readonly "@eslint-react/no-unstable-context-value": "warn";
|
|
1295
|
+
readonly "@eslint-react/no-unstable-default-props": "warn";
|
|
1296
|
+
readonly "@eslint-react/no-unused-class-component-members": "warn";
|
|
1297
|
+
readonly "@eslint-react/no-unused-state": "warn";
|
|
1298
|
+
};
|
|
1299
|
+
readonly settings: {
|
|
1300
|
+
readonly "react-x": {
|
|
1301
|
+
readonly additionalHooks: {
|
|
1302
|
+
readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
|
|
1303
|
+
};
|
|
1304
|
+
readonly polymorphicPropName: "as";
|
|
1305
|
+
readonly skipImportCheck: false;
|
|
1306
|
+
readonly version: "detect";
|
|
1307
|
+
};
|
|
1308
|
+
};
|
|
1309
|
+
};
|
|
990
1310
|
readonly "recommended-type-checked": {
|
|
991
1311
|
readonly plugins: {
|
|
992
1312
|
readonly "@eslint-react": {
|
|
@@ -998,6 +1318,7 @@ declare const _default: {
|
|
|
998
1318
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
999
1319
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1000
1320
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1321
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1001
1322
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1002
1323
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1003
1324
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1083,6 +1404,7 @@ declare const _default: {
|
|
|
1083
1404
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1084
1405
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1085
1406
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1407
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1086
1408
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1087
1409
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1088
1410
|
};
|
|
@@ -1157,6 +1479,9 @@ declare const _default: {
|
|
|
1157
1479
|
};
|
|
1158
1480
|
readonly rules: {
|
|
1159
1481
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
1482
|
+
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
1483
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
1484
|
+
readonly "@eslint-react/jsx-uses-vars": "off";
|
|
1160
1485
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1161
1486
|
readonly "@eslint-react/hooks-extra/no-redundant-custom-hook": "warn";
|
|
1162
1487
|
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
@@ -1176,7 +1501,6 @@ declare const _default: {
|
|
|
1176
1501
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
1177
1502
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1178
1503
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
1179
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1180
1504
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1181
1505
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1182
1506
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -1224,6 +1548,9 @@ declare const _default: {
|
|
|
1224
1548
|
readonly plugins: readonly ["@eslint-react"];
|
|
1225
1549
|
readonly rules: {
|
|
1226
1550
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
1551
|
+
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
1552
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
1553
|
+
readonly "@eslint-react/jsx-uses-vars": "off";
|
|
1227
1554
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1228
1555
|
readonly "@eslint-react/hooks-extra/no-redundant-custom-hook": "warn";
|
|
1229
1556
|
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
@@ -1243,7 +1570,6 @@ declare const _default: {
|
|
|
1243
1570
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
1244
1571
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1245
1572
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
1246
|
-
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
1247
1573
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
1248
1574
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
1249
1575
|
readonly "@eslint-react/no-children-count": "warn";
|
|
@@ -1298,6 +1624,7 @@ declare const _default: {
|
|
|
1298
1624
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1299
1625
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1300
1626
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1627
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1301
1628
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1302
1629
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1303
1630
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1383,6 +1710,7 @@ declare const _default: {
|
|
|
1383
1710
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1384
1711
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1385
1712
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1713
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1386
1714
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1387
1715
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1388
1716
|
};
|
|
@@ -1465,6 +1793,7 @@ declare const _default: {
|
|
|
1465
1793
|
"@eslint-react/dom/no-namespace"?: "off";
|
|
1466
1794
|
"@eslint-react/dom/no-render-return-value"?: "off";
|
|
1467
1795
|
"@eslint-react/dom/no-script-url"?: "off";
|
|
1796
|
+
"@eslint-react/dom/no-unknown-property"?: "off";
|
|
1468
1797
|
"@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
1469
1798
|
"@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
1470
1799
|
};
|
|
@@ -1491,6 +1820,7 @@ declare const _default: {
|
|
|
1491
1820
|
"@eslint-react/dom/no-namespace"?: "off";
|
|
1492
1821
|
"@eslint-react/dom/no-render-return-value"?: "off";
|
|
1493
1822
|
"@eslint-react/dom/no-script-url"?: "off";
|
|
1823
|
+
"@eslint-react/dom/no-unknown-property"?: "off";
|
|
1494
1824
|
"@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
1495
1825
|
"@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
1496
1826
|
};
|
|
@@ -1516,6 +1846,7 @@ declare const _default: {
|
|
|
1516
1846
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1517
1847
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1518
1848
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1849
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1519
1850
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1520
1851
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1521
1852
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1601,6 +1932,7 @@ declare const _default: {
|
|
|
1601
1932
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1602
1933
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1603
1934
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1935
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1604
1936
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1605
1937
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1606
1938
|
};
|
|
@@ -1720,6 +2052,7 @@ declare const _default: {
|
|
|
1720
2052
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1721
2053
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1722
2054
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2055
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1723
2056
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1724
2057
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1725
2058
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1805,6 +2138,7 @@ declare const _default: {
|
|
|
1805
2138
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1806
2139
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1807
2140
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2141
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1808
2142
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1809
2143
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1810
2144
|
};
|
|
@@ -1918,6 +2252,7 @@ declare const _default: {
|
|
|
1918
2252
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1919
2253
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1920
2254
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2255
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1921
2256
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1922
2257
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1923
2258
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2003,6 +2338,7 @@ declare const _default: {
|
|
|
2003
2338
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2004
2339
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2005
2340
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2341
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2006
2342
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2007
2343
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2008
2344
|
};
|
|
@@ -2079,6 +2415,7 @@ declare const _default: {
|
|
|
2079
2415
|
readonly "@eslint-react/avoid-shorthand-boolean": "warn";
|
|
2080
2416
|
readonly "@eslint-react/avoid-shorthand-fragment": "warn";
|
|
2081
2417
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
2418
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
2082
2419
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
2083
2420
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
2084
2421
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -2129,6 +2466,7 @@ declare const _default: {
|
|
|
2129
2466
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
2130
2467
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
2131
2468
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
2469
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
2132
2470
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
2133
2471
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
2134
2472
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
@@ -2163,6 +2501,7 @@ declare const _default: {
|
|
|
2163
2501
|
readonly "@eslint-react/avoid-shorthand-boolean": "warn";
|
|
2164
2502
|
readonly "@eslint-react/avoid-shorthand-fragment": "warn";
|
|
2165
2503
|
readonly "@eslint-react/ensure-forward-ref-using-ref": "warn";
|
|
2504
|
+
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
2166
2505
|
readonly "@eslint-react/jsx-uses-vars": "warn";
|
|
2167
2506
|
readonly "@eslint-react/no-access-state-in-setstate": "error";
|
|
2168
2507
|
readonly "@eslint-react/no-array-index-key": "warn";
|
|
@@ -2213,6 +2552,7 @@ declare const _default: {
|
|
|
2213
2552
|
readonly "@eslint-react/dom/no-namespace": "error";
|
|
2214
2553
|
readonly "@eslint-react/dom/no-render-return-value": "error";
|
|
2215
2554
|
readonly "@eslint-react/dom/no-script-url": "warn";
|
|
2555
|
+
readonly "@eslint-react/dom/no-unknown-property": "warn";
|
|
2216
2556
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
|
|
2217
2557
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
2218
2558
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
@@ -2252,6 +2592,7 @@ declare const _default: {
|
|
|
2252
2592
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2253
2593
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2254
2594
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2595
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2255
2596
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2256
2597
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2257
2598
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2337,6 +2678,7 @@ declare const _default: {
|
|
|
2337
2678
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2338
2679
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2339
2680
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2681
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2340
2682
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2341
2683
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2342
2684
|
};
|
|
@@ -2413,6 +2755,7 @@ declare const _default: {
|
|
|
2413
2755
|
readonly "@eslint-react/avoid-shorthand-boolean"?: "off";
|
|
2414
2756
|
readonly "@eslint-react/avoid-shorthand-fragment"?: "off";
|
|
2415
2757
|
readonly "@eslint-react/ensure-forward-ref-using-ref"?: "off";
|
|
2758
|
+
readonly "@eslint-react/jsx-no-duplicate-props"?: "off";
|
|
2416
2759
|
readonly "@eslint-react/jsx-uses-vars"?: "off";
|
|
2417
2760
|
readonly "@eslint-react/no-access-state-in-setstate"?: "off";
|
|
2418
2761
|
readonly "@eslint-react/no-array-index-key"?: "off";
|
|
@@ -2463,6 +2806,7 @@ declare const _default: {
|
|
|
2463
2806
|
readonly "@eslint-react/dom/no-namespace"?: "off";
|
|
2464
2807
|
readonly "@eslint-react/dom/no-render-return-value"?: "off";
|
|
2465
2808
|
readonly "@eslint-react/dom/no-script-url"?: "off";
|
|
2809
|
+
readonly "@eslint-react/dom/no-unknown-property"?: "off";
|
|
2466
2810
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
2467
2811
|
readonly "@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
2468
2812
|
readonly "@eslint-react/web-api/no-leaked-event-listener"?: "off";
|
|
@@ -2497,6 +2841,7 @@ declare const _default: {
|
|
|
2497
2841
|
readonly "@eslint-react/avoid-shorthand-boolean"?: "off";
|
|
2498
2842
|
readonly "@eslint-react/avoid-shorthand-fragment"?: "off";
|
|
2499
2843
|
readonly "@eslint-react/ensure-forward-ref-using-ref"?: "off";
|
|
2844
|
+
readonly "@eslint-react/jsx-no-duplicate-props"?: "off";
|
|
2500
2845
|
readonly "@eslint-react/jsx-uses-vars"?: "off";
|
|
2501
2846
|
readonly "@eslint-react/no-access-state-in-setstate"?: "off";
|
|
2502
2847
|
readonly "@eslint-react/no-array-index-key"?: "off";
|
|
@@ -2547,6 +2892,7 @@ declare const _default: {
|
|
|
2547
2892
|
readonly "@eslint-react/dom/no-namespace"?: "off";
|
|
2548
2893
|
readonly "@eslint-react/dom/no-render-return-value"?: "off";
|
|
2549
2894
|
readonly "@eslint-react/dom/no-script-url"?: "off";
|
|
2895
|
+
readonly "@eslint-react/dom/no-unknown-property"?: "off";
|
|
2550
2896
|
readonly "@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
2551
2897
|
readonly "@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
2552
2898
|
readonly "@eslint-react/web-api/no-leaked-event-listener"?: "off";
|
|
@@ -2587,6 +2933,7 @@ declare const _default: {
|
|
|
2587
2933
|
"avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2588
2934
|
"avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2589
2935
|
"ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2936
|
+
"jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2590
2937
|
"jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2591
2938
|
"no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2592
2939
|
"no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -2672,6 +3019,7 @@ declare const _default: {
|
|
|
2672
3019
|
readonly "no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2673
3020
|
readonly "no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2674
3021
|
readonly "no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3022
|
+
readonly "no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2675
3023
|
readonly "no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2676
3024
|
readonly "no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2677
3025
|
};
|
|
@@ -2754,6 +3102,7 @@ declare const _default: {
|
|
|
2754
3102
|
"@eslint-react/dom/no-namespace"?: "off";
|
|
2755
3103
|
"@eslint-react/dom/no-render-return-value"?: "off";
|
|
2756
3104
|
"@eslint-react/dom/no-script-url"?: "off";
|
|
3105
|
+
"@eslint-react/dom/no-unknown-property"?: "off";
|
|
2757
3106
|
"@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
2758
3107
|
"@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
2759
3108
|
};
|
|
@@ -2781,6 +3130,7 @@ declare const _default: {
|
|
|
2781
3130
|
"@eslint-react/dom/no-namespace"?: "off";
|
|
2782
3131
|
"@eslint-react/dom/no-render-return-value"?: "off";
|
|
2783
3132
|
"@eslint-react/dom/no-script-url"?: "off";
|
|
3133
|
+
"@eslint-react/dom/no-unknown-property"?: "off";
|
|
2784
3134
|
"@eslint-react/dom/no-unsafe-iframe-sandbox"?: "off";
|
|
2785
3135
|
"@eslint-react/dom/no-unsafe-target-blank"?: "off";
|
|
2786
3136
|
};
|
|
@@ -2840,11 +3190,13 @@ declare const _default: {
|
|
|
2840
3190
|
readonly "dom/no-namespace": _typescript_eslint_utils_ts_eslint.RuleModule<"noNamespace", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2841
3191
|
readonly "dom/no-render-return-value": _typescript_eslint_utils_ts_eslint.RuleModule<"noRenderReturnValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2842
3192
|
readonly "dom/no-script-url": _typescript_eslint_utils_ts_eslint.RuleModule<"noScriptUrl", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3193
|
+
readonly "dom/no-unknown-property": _typescript_eslint_utils_ts_eslint.RuleModule<string, [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2843
3194
|
readonly "dom/no-unsafe-iframe-sandbox": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeIframeSandbox", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2844
3195
|
readonly "dom/no-unsafe-target-blank": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeTargetBlank", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2845
3196
|
readonly "avoid-shorthand-boolean": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandBoolean", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2846
3197
|
readonly "avoid-shorthand-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"avoidShorthandFragment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2847
3198
|
readonly "ensure-forward-ref-using-ref": _typescript_eslint_utils_ts_eslint.RuleModule<"ensureForwardRefUsingRef", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
3199
|
+
readonly "jsx-no-duplicate-props": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxNoDuplicateProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2848
3200
|
readonly "jsx-uses-vars": _typescript_eslint_utils_ts_eslint.RuleModule<"jsxUsesVars", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2849
3201
|
readonly "no-access-state-in-setstate": _typescript_eslint_utils_ts_eslint.RuleModule<"noAccessStateInSetstate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
2850
3202
|
readonly "no-array-index-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noArrayIndexKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|