@eslint-react/eslint-plugin 1.52.10-beta.0 → 1.52.10-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,1241 +1,1216 @@
1
- import * as _eslint_react_kit from '@eslint-react/kit';
2
- import { RuleConfig } from '@eslint-react/kit';
1
+ import * as _eslint_react_kit14 from "@eslint-react/kit";
2
+ import { RuleConfig } from "@eslint-react/kit";
3
3
 
4
- declare const name$b = "@eslint-react/all";
5
- declare const rules$b: {
6
- readonly "@eslint-react/avoid-shorthand-boolean": "warn";
7
- readonly "@eslint-react/avoid-shorthand-fragment": "warn";
8
- readonly "@eslint-react/jsx-key-before-spread": "warn";
9
- readonly "@eslint-react/jsx-no-duplicate-props": "warn";
10
- readonly "@eslint-react/jsx-no-iife": "warn";
11
- readonly "@eslint-react/jsx-no-undef": "error";
12
- readonly "@eslint-react/jsx-uses-react": "warn";
13
- readonly "@eslint-react/jsx-uses-vars": "warn";
14
- readonly "@eslint-react/no-access-state-in-setstate": "error";
15
- readonly "@eslint-react/no-array-index-key": "warn";
16
- readonly "@eslint-react/no-children-count": "warn";
17
- readonly "@eslint-react/no-children-for-each": "warn";
18
- readonly "@eslint-react/no-children-map": "warn";
19
- readonly "@eslint-react/no-children-only": "warn";
20
- readonly "@eslint-react/no-children-prop": "warn";
21
- readonly "@eslint-react/no-children-to-array": "warn";
22
- readonly "@eslint-react/no-class-component": "warn";
23
- readonly "@eslint-react/no-clone-element": "warn";
24
- readonly "@eslint-react/no-comment-textnodes": "warn";
25
- readonly "@eslint-react/no-complex-conditional-rendering": "warn";
26
- readonly "@eslint-react/no-component-will-mount": "error";
27
- readonly "@eslint-react/no-component-will-receive-props": "error";
28
- readonly "@eslint-react/no-component-will-update": "error";
29
- readonly "@eslint-react/no-context-provider": "warn";
30
- readonly "@eslint-react/no-create-ref": "error";
31
- readonly "@eslint-react/no-default-props": "error";
32
- readonly "@eslint-react/no-direct-mutation-state": "error";
33
- readonly "@eslint-react/no-duplicate-key": "warn";
34
- readonly "@eslint-react/no-forward-ref": "warn";
35
- readonly "@eslint-react/no-implicit-key": "warn";
36
- readonly "@eslint-react/no-missing-component-display-name": "warn";
37
- readonly "@eslint-react/no-missing-context-display-name": "warn";
38
- readonly "@eslint-react/no-missing-key": "error";
39
- readonly "@eslint-react/no-misused-capture-owner-stack": "error";
40
- readonly "@eslint-react/no-nested-component-definitions": "error";
41
- readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
42
- readonly "@eslint-react/no-prop-types": "error";
43
- readonly "@eslint-react/no-redundant-should-component-update": "error";
44
- readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
45
- readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
46
- readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
47
- readonly "@eslint-react/no-string-refs": "error";
48
- readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
49
- readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
50
- readonly "@eslint-react/no-unsafe-component-will-update": "warn";
51
- readonly "@eslint-react/no-unstable-context-value": "warn";
52
- readonly "@eslint-react/no-unstable-default-props": "warn";
53
- readonly "@eslint-react/no-unused-class-component-members": "warn";
54
- readonly "@eslint-react/no-unused-state": "warn";
55
- readonly "@eslint-react/no-use-context": "warn";
56
- readonly "@eslint-react/no-useless-forward-ref": "warn";
57
- readonly "@eslint-react/no-useless-fragment": "warn";
58
- readonly "@eslint-react/prefer-destructuring-assignment": "warn";
59
- readonly "@eslint-react/prefer-react-namespace-import": "warn";
60
- readonly "@eslint-react/prefer-shorthand-boolean": "off";
61
- readonly "@eslint-react/prefer-shorthand-fragment": "off";
62
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
63
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
64
- readonly "@eslint-react/dom/no-find-dom-node": "error";
65
- readonly "@eslint-react/dom/no-flush-sync": "error";
66
- readonly "@eslint-react/dom/no-hydrate": "error";
67
- readonly "@eslint-react/dom/no-missing-button-type": "warn";
68
- readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
69
- readonly "@eslint-react/dom/no-namespace": "error";
70
- readonly "@eslint-react/dom/no-render": "error";
71
- readonly "@eslint-react/dom/no-render-return-value": "error";
72
- readonly "@eslint-react/dom/no-script-url": "warn";
73
- readonly "@eslint-react/dom/no-unknown-property": "warn";
74
- readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
75
- readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
76
- readonly "@eslint-react/dom/no-use-form-state": "error";
77
- readonly "@eslint-react/dom/no-void-elements-with-children": "error";
78
- readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
79
- readonly "@eslint-react/web-api/no-leaked-interval": "warn";
80
- readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
81
- readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
82
- readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
83
- readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-layout-effect": "warn";
84
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-callback": "warn";
85
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-memo": "warn";
86
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
87
- readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
88
- readonly "@eslint-react/naming-convention/component-name": "warn";
89
- readonly "@eslint-react/naming-convention/context-name": "warn";
90
- readonly "@eslint-react/naming-convention/filename": "warn";
91
- readonly "@eslint-react/naming-convention/filename-extension": "warn";
92
- readonly "@eslint-react/naming-convention/use-state": "warn";
4
+ //#region src/configs/all.d.ts
5
+ declare namespace all_d_exports {
6
+ export { name$11 as name, plugins$6 as plugins, rules$11 as rules, settings$5 as settings };
7
+ }
8
+ declare const name$11 = "@eslint-react/all";
9
+ declare const rules$11: {
10
+ readonly "@eslint-react/avoid-shorthand-boolean": "warn";
11
+ readonly "@eslint-react/avoid-shorthand-fragment": "warn";
12
+ readonly "@eslint-react/jsx-key-before-spread": "warn";
13
+ readonly "@eslint-react/jsx-no-duplicate-props": "warn";
14
+ readonly "@eslint-react/jsx-no-iife": "warn";
15
+ readonly "@eslint-react/jsx-no-undef": "error";
16
+ readonly "@eslint-react/jsx-uses-react": "warn";
17
+ readonly "@eslint-react/jsx-uses-vars": "warn";
18
+ readonly "@eslint-react/no-access-state-in-setstate": "error";
19
+ readonly "@eslint-react/no-array-index-key": "warn";
20
+ readonly "@eslint-react/no-children-count": "warn";
21
+ readonly "@eslint-react/no-children-for-each": "warn";
22
+ readonly "@eslint-react/no-children-map": "warn";
23
+ readonly "@eslint-react/no-children-only": "warn";
24
+ readonly "@eslint-react/no-children-prop": "warn";
25
+ readonly "@eslint-react/no-children-to-array": "warn";
26
+ readonly "@eslint-react/no-class-component": "warn";
27
+ readonly "@eslint-react/no-clone-element": "warn";
28
+ readonly "@eslint-react/no-comment-textnodes": "warn";
29
+ readonly "@eslint-react/no-complex-conditional-rendering": "warn";
30
+ readonly "@eslint-react/no-component-will-mount": "error";
31
+ readonly "@eslint-react/no-component-will-receive-props": "error";
32
+ readonly "@eslint-react/no-component-will-update": "error";
33
+ readonly "@eslint-react/no-context-provider": "warn";
34
+ readonly "@eslint-react/no-create-ref": "error";
35
+ readonly "@eslint-react/no-default-props": "error";
36
+ readonly "@eslint-react/no-direct-mutation-state": "error";
37
+ readonly "@eslint-react/no-duplicate-key": "warn";
38
+ readonly "@eslint-react/no-forward-ref": "warn";
39
+ readonly "@eslint-react/no-implicit-key": "warn";
40
+ readonly "@eslint-react/no-missing-component-display-name": "warn";
41
+ readonly "@eslint-react/no-missing-context-display-name": "warn";
42
+ readonly "@eslint-react/no-missing-key": "error";
43
+ readonly "@eslint-react/no-misused-capture-owner-stack": "error";
44
+ readonly "@eslint-react/no-nested-component-definitions": "error";
45
+ readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
46
+ readonly "@eslint-react/no-prop-types": "error";
47
+ readonly "@eslint-react/no-redundant-should-component-update": "error";
48
+ readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
49
+ readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
50
+ readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
51
+ readonly "@eslint-react/no-string-refs": "error";
52
+ readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
53
+ readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
54
+ readonly "@eslint-react/no-unsafe-component-will-update": "warn";
55
+ readonly "@eslint-react/no-unstable-context-value": "warn";
56
+ readonly "@eslint-react/no-unstable-default-props": "warn";
57
+ readonly "@eslint-react/no-unused-class-component-members": "warn";
58
+ readonly "@eslint-react/no-unused-state": "warn";
59
+ readonly "@eslint-react/no-use-context": "warn";
60
+ readonly "@eslint-react/no-useless-forward-ref": "warn";
61
+ readonly "@eslint-react/no-useless-fragment": "warn";
62
+ readonly "@eslint-react/prefer-destructuring-assignment": "warn";
63
+ readonly "@eslint-react/prefer-react-namespace-import": "warn";
64
+ readonly "@eslint-react/prefer-shorthand-boolean": "off";
65
+ readonly "@eslint-react/prefer-shorthand-fragment": "off";
66
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
67
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
68
+ readonly "@eslint-react/dom/no-find-dom-node": "error";
69
+ readonly "@eslint-react/dom/no-flush-sync": "error";
70
+ readonly "@eslint-react/dom/no-hydrate": "error";
71
+ readonly "@eslint-react/dom/no-missing-button-type": "warn";
72
+ readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
73
+ readonly "@eslint-react/dom/no-namespace": "error";
74
+ readonly "@eslint-react/dom/no-render": "error";
75
+ readonly "@eslint-react/dom/no-render-return-value": "error";
76
+ readonly "@eslint-react/dom/no-script-url": "warn";
77
+ readonly "@eslint-react/dom/no-unknown-property": "warn";
78
+ readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
79
+ readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
80
+ readonly "@eslint-react/dom/no-use-form-state": "error";
81
+ readonly "@eslint-react/dom/no-void-elements-with-children": "error";
82
+ readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
83
+ readonly "@eslint-react/web-api/no-leaked-interval": "warn";
84
+ readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
85
+ readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
86
+ readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
87
+ readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-layout-effect": "warn";
88
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-callback": "warn";
89
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-memo": "warn";
90
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
91
+ readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
92
+ readonly "@eslint-react/naming-convention/component-name": "warn";
93
+ readonly "@eslint-react/naming-convention/context-name": "warn";
94
+ readonly "@eslint-react/naming-convention/filename": "warn";
95
+ readonly "@eslint-react/naming-convention/filename-extension": "warn";
96
+ readonly "@eslint-react/naming-convention/use-state": "warn";
93
97
  };
94
98
  declare const plugins$6: {
95
- "@eslint-react/debug": {
96
- configs: {
97
- all: {
98
- plugins: {};
99
- name?: string;
100
- rules?: Record<string, RuleConfig>;
101
- settings?: _eslint_react_kit.SettingsConfig;
102
- };
103
- "all-legacy": {
104
- plugins: string[];
105
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
106
- };
107
- };
108
- meta: {
109
- name: string;
110
- version: string;
111
- };
112
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
113
- };
114
- "@eslint-react/hooks-extra": {
115
- configs: {
116
- recommended: {
117
- plugins: {};
118
- name?: string;
119
- rules?: Record<string, RuleConfig>;
120
- settings?: _eslint_react_kit.SettingsConfig;
121
- };
122
- "recommended-legacy": {
123
- plugins: string[];
124
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
125
- };
126
- };
127
- meta: {
128
- name: string;
129
- version: string;
130
- };
131
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
132
- };
133
- "@eslint-react/naming-convention": {
134
- configs: {
135
- recommended: {
136
- plugins: {};
137
- name?: string;
138
- rules?: Record<string, RuleConfig>;
139
- settings?: _eslint_react_kit.SettingsConfig;
140
- };
141
- "recommended-legacy": {
142
- plugins: string[];
143
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
144
- };
145
- };
146
- meta: {
147
- name: string;
148
- version: string;
149
- };
150
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
151
- };
152
- "@eslint-react/web-api": {
153
- configs: {
154
- recommended: {
155
- plugins: {};
156
- name?: string;
157
- rules?: Record<string, RuleConfig>;
158
- settings?: _eslint_react_kit.SettingsConfig;
159
- };
160
- "recommended-legacy": {
161
- plugins: string[];
162
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
163
- };
164
- };
165
- meta: {
166
- name: string;
167
- version: string;
168
- };
169
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
170
- };
171
- "@eslint-react/dom": {
172
- configs: {
173
- recommended: {
174
- plugins: {};
175
- name?: string;
176
- rules?: Record<string, RuleConfig>;
177
- settings?: _eslint_react_kit.SettingsConfig;
178
- };
179
- "recommended-legacy": {
180
- plugins: string[];
181
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
182
- };
183
- };
184
- meta: {
185
- name: string;
186
- version: string;
187
- };
188
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
189
- };
190
- "@eslint-react": {
191
- configs: {
192
- recommended: {
193
- plugins: {};
194
- name?: string;
195
- rules?: Record<string, RuleConfig>;
196
- settings?: _eslint_react_kit.SettingsConfig;
197
- };
198
- "recommended-legacy": {
199
- plugins: string[];
200
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
201
- };
202
- "recommended-type-checked": {
203
- plugins: {};
204
- name?: string;
205
- rules?: Record<string, RuleConfig>;
206
- settings?: _eslint_react_kit.SettingsConfig;
207
- };
208
- "recommended-type-checked-legacy": {
209
- plugins: string[];
210
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
211
- };
212
- "recommended-typescript": {
213
- plugins: {};
214
- name?: string;
215
- rules?: Record<string, RuleConfig>;
216
- settings?: _eslint_react_kit.SettingsConfig;
217
- };
218
- "recommended-typescript-legacy": {
219
- plugins: string[];
220
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
221
- };
222
- };
223
- meta: {
224
- name: string;
225
- version: string;
226
- };
227
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
99
+ "@eslint-react/debug": {
100
+ configs: {
101
+ all: {
102
+ plugins: {};
103
+ name?: string;
104
+ rules?: Record<string, RuleConfig>;
105
+ settings?: _eslint_react_kit14.SettingsConfig;
106
+ };
107
+ "all-legacy": {
108
+ plugins: string[];
109
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
110
+ };
111
+ };
112
+ meta: {
113
+ name: string;
114
+ version: string;
115
+ };
116
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
117
+ };
118
+ "@eslint-react/hooks-extra": {
119
+ configs: {
120
+ recommended: {
121
+ plugins: {};
122
+ name?: string;
123
+ rules?: Record<string, RuleConfig>;
124
+ settings?: _eslint_react_kit14.SettingsConfig;
125
+ };
126
+ "recommended-legacy": {
127
+ plugins: string[];
128
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
129
+ };
130
+ };
131
+ meta: {
132
+ name: string;
133
+ version: string;
134
+ };
135
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
136
+ };
137
+ "@eslint-react/naming-convention": {
138
+ configs: {
139
+ recommended: {
140
+ plugins: {};
141
+ name?: string;
142
+ rules?: Record<string, RuleConfig>;
143
+ settings?: _eslint_react_kit14.SettingsConfig;
144
+ };
145
+ "recommended-legacy": {
146
+ plugins: string[];
147
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
148
+ };
149
+ };
150
+ meta: {
151
+ name: string;
152
+ version: string;
153
+ };
154
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
155
+ };
156
+ "@eslint-react/web-api": {
157
+ configs: {
158
+ recommended: {
159
+ plugins: {};
160
+ name?: string;
161
+ rules?: Record<string, RuleConfig>;
162
+ settings?: _eslint_react_kit14.SettingsConfig;
163
+ };
164
+ "recommended-legacy": {
165
+ plugins: string[];
166
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
167
+ };
168
+ };
169
+ meta: {
170
+ name: string;
171
+ version: string;
172
+ };
173
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
174
+ };
175
+ "@eslint-react/dom": {
176
+ configs: {
177
+ recommended: {
178
+ plugins: {};
179
+ name?: string;
180
+ rules?: Record<string, RuleConfig>;
181
+ settings?: _eslint_react_kit14.SettingsConfig;
182
+ };
183
+ "recommended-legacy": {
184
+ plugins: string[];
185
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
186
+ };
187
+ };
188
+ meta: {
189
+ name: string;
190
+ version: string;
228
191
  };
192
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
193
+ };
194
+ "@eslint-react": {
195
+ configs: {
196
+ recommended: {
197
+ plugins: {};
198
+ name?: string;
199
+ rules?: Record<string, RuleConfig>;
200
+ settings?: _eslint_react_kit14.SettingsConfig;
201
+ };
202
+ "recommended-legacy": {
203
+ plugins: string[];
204
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
205
+ };
206
+ "recommended-type-checked": {
207
+ plugins: {};
208
+ name?: string;
209
+ rules?: Record<string, RuleConfig>;
210
+ settings?: _eslint_react_kit14.SettingsConfig;
211
+ };
212
+ "recommended-type-checked-legacy": {
213
+ plugins: string[];
214
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
215
+ };
216
+ "recommended-typescript": {
217
+ plugins: {};
218
+ name?: string;
219
+ rules?: Record<string, RuleConfig>;
220
+ settings?: _eslint_react_kit14.SettingsConfig;
221
+ };
222
+ "recommended-typescript-legacy": {
223
+ plugins: string[];
224
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
225
+ };
226
+ };
227
+ meta: {
228
+ name: string;
229
+ version: string;
230
+ };
231
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
232
+ };
229
233
  };
230
234
  declare const settings$5: {
231
- "react-x": {
232
- readonly version: "detect";
233
- readonly importSource: "react";
234
- readonly strict: true;
235
- readonly skipImportCheck: true;
236
- readonly polymorphicPropName: "as";
237
- readonly additionalComponents: [];
238
- readonly additionalHooks: {
239
- readonly useEffect: ["useIsomorphicLayoutEffect"];
240
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
241
- };
235
+ "react-x": {
236
+ readonly version: "detect";
237
+ readonly importSource: "react";
238
+ readonly strict: true;
239
+ readonly skipImportCheck: true;
240
+ readonly polymorphicPropName: "as";
241
+ readonly additionalComponents: [];
242
+ readonly additionalHooks: {
243
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
244
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
242
245
  };
246
+ };
243
247
  };
244
-
245
- declare namespace allConfig {
246
- export { name$b as name, plugins$6 as plugins, rules$b as rules, settings$5 as settings };
248
+ declare namespace debug_d_exports {
249
+ export { name$10 as name, plugins$5 as plugins, rules$10 as rules };
247
250
  }
248
-
249
- declare const name$a = "@eslint-react/debug";
250
- declare const rules$a: {
251
- readonly "@eslint-react/debug/class-component": "warn";
252
- readonly "@eslint-react/debug/function-component": "warn";
253
- readonly "@eslint-react/debug/hook": "warn";
254
- readonly "@eslint-react/debug/is-from-react": "warn";
255
- readonly "@eslint-react/debug/jsx": "warn";
251
+ declare const name$10 = "@eslint-react/debug";
252
+ declare const rules$10: {
253
+ readonly "@eslint-react/debug/class-component": "warn";
254
+ readonly "@eslint-react/debug/function-component": "warn";
255
+ readonly "@eslint-react/debug/hook": "warn";
256
+ readonly "@eslint-react/debug/is-from-react": "warn";
257
+ readonly "@eslint-react/debug/jsx": "warn";
256
258
  };
257
259
  declare const plugins$5: {
258
- "@eslint-react/debug": {
259
- configs: {
260
- all: {
261
- plugins: {};
262
- name?: string;
263
- rules?: Record<string, _eslint_react_kit.RuleConfig>;
264
- settings?: _eslint_react_kit.SettingsConfig;
265
- };
266
- "all-legacy": {
267
- plugins: string[];
268
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
269
- };
270
- };
271
- meta: {
272
- name: string;
273
- version: string;
274
- };
275
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
260
+ "@eslint-react/debug": {
261
+ configs: {
262
+ all: {
263
+ plugins: {};
264
+ name?: string;
265
+ rules?: Record<string, _eslint_react_kit14.RuleConfig>;
266
+ settings?: _eslint_react_kit14.SettingsConfig;
267
+ };
268
+ "all-legacy": {
269
+ plugins: string[];
270
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
271
+ };
276
272
  };
273
+ meta: {
274
+ name: string;
275
+ version: string;
276
+ };
277
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
278
+ };
277
279
  };
278
-
279
- declare namespace debugConfig {
280
- export { name$a as name, plugins$5 as plugins, rules$a as rules };
280
+ declare namespace disable_debug_d_exports {
281
+ export { name$9 as name, rules$9 as rules };
281
282
  }
282
-
283
283
  declare const name$9 = "@eslint-react/disable-debug";
284
284
  declare const rules$9: Record<string, RuleConfig>;
285
-
286
- declare namespace disableDebugConfig {
287
- export { name$9 as name, rules$9 as rules };
285
+ declare namespace disable_dom_d_exports {
286
+ export { name$8 as name, rules$8 as rules };
288
287
  }
289
-
290
288
  declare const name$8 = "@eslint-react/disable-dom";
291
289
  declare const rules$8: Record<string, RuleConfig>;
292
-
293
- declare namespace disableDomConfig {
294
- export { name$8 as name, rules$8 as rules };
290
+ declare namespace disable_type_checked_d_exports {
291
+ export { name$7 as name, rules$7 as rules };
295
292
  }
296
-
297
293
  declare const name$7 = "@eslint-react/disable-type-checked";
298
294
  declare const rules$7: Record<string, RuleConfig>;
299
-
300
- declare namespace disableTypeCheckedConfig {
301
- export { name$7 as name, rules$7 as rules };
295
+ declare namespace disable_web_api_d_exports {
296
+ export { name$6 as name, rules$6 as rules };
302
297
  }
303
-
304
298
  declare const name$6 = "@eslint-react/disable-web-api";
305
299
  declare const rules$6: Record<string, RuleConfig>;
306
-
307
- declare namespace disableWebApiConfig {
308
- export { name$6 as name, rules$6 as rules };
300
+ declare namespace dom_d_exports {
301
+ export { name$5 as name, plugins$4 as plugins, rules$5 as rules, settings$4 as settings };
309
302
  }
310
-
311
303
  declare const name$5 = "@eslint-react/dom";
312
304
  declare const rules$5: {
313
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
314
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
315
- readonly "@eslint-react/dom/no-find-dom-node": "error";
316
- readonly "@eslint-react/dom/no-flush-sync": "error";
317
- readonly "@eslint-react/dom/no-hydrate": "error";
318
- readonly "@eslint-react/dom/no-missing-button-type": "warn";
319
- readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
320
- readonly "@eslint-react/dom/no-namespace": "error";
321
- readonly "@eslint-react/dom/no-render": "error";
322
- readonly "@eslint-react/dom/no-render-return-value": "error";
323
- readonly "@eslint-react/dom/no-script-url": "warn";
324
- readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
325
- readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
326
- readonly "@eslint-react/dom/no-use-form-state": "error";
327
- readonly "@eslint-react/dom/no-void-elements-with-children": "error";
305
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
306
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
307
+ readonly "@eslint-react/dom/no-find-dom-node": "error";
308
+ readonly "@eslint-react/dom/no-flush-sync": "error";
309
+ readonly "@eslint-react/dom/no-hydrate": "error";
310
+ readonly "@eslint-react/dom/no-missing-button-type": "warn";
311
+ readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
312
+ readonly "@eslint-react/dom/no-namespace": "error";
313
+ readonly "@eslint-react/dom/no-render": "error";
314
+ readonly "@eslint-react/dom/no-render-return-value": "error";
315
+ readonly "@eslint-react/dom/no-script-url": "warn";
316
+ readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
317
+ readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
318
+ readonly "@eslint-react/dom/no-use-form-state": "error";
319
+ readonly "@eslint-react/dom/no-void-elements-with-children": "error";
328
320
  };
329
321
  declare const plugins$4: {
330
- "@eslint-react/dom": {
331
- configs: {
332
- recommended: {
333
- plugins: {};
334
- name?: string;
335
- rules?: Record<string, RuleConfig>;
336
- settings?: _eslint_react_kit.SettingsConfig;
337
- };
338
- "recommended-legacy": {
339
- plugins: string[];
340
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
341
- };
342
- };
343
- meta: {
344
- name: string;
345
- version: string;
346
- };
347
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
322
+ "@eslint-react/dom": {
323
+ configs: {
324
+ recommended: {
325
+ plugins: {};
326
+ name?: string;
327
+ rules?: Record<string, RuleConfig>;
328
+ settings?: _eslint_react_kit14.SettingsConfig;
329
+ };
330
+ "recommended-legacy": {
331
+ plugins: string[];
332
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
333
+ };
334
+ };
335
+ meta: {
336
+ name: string;
337
+ version: string;
348
338
  };
339
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
340
+ };
349
341
  };
350
342
  declare const settings$4: {
351
- "react-x": {
352
- readonly version: "detect";
353
- readonly importSource: "react";
354
- readonly strict: true;
355
- readonly skipImportCheck: true;
356
- readonly polymorphicPropName: "as";
357
- readonly additionalComponents: [];
358
- readonly additionalHooks: {
359
- readonly useEffect: ["useIsomorphicLayoutEffect"];
360
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
361
- };
343
+ "react-x": {
344
+ readonly version: "detect";
345
+ readonly importSource: "react";
346
+ readonly strict: true;
347
+ readonly skipImportCheck: true;
348
+ readonly polymorphicPropName: "as";
349
+ readonly additionalComponents: [];
350
+ readonly additionalHooks: {
351
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
352
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
362
353
  };
354
+ };
363
355
  };
364
-
365
- declare namespace domConfig {
366
- export { name$5 as name, plugins$4 as plugins, rules$5 as rules, settings$4 as settings };
356
+ declare namespace off_d_exports {
357
+ export { name$4 as name, rules$4 as rules };
367
358
  }
368
-
369
359
  declare const name$4 = "@eslint-react/off";
370
360
  declare const rules$4: Record<string, RuleConfig>;
371
-
372
- declare namespace offConfig {
373
- export { name$4 as name, rules$4 as rules };
361
+ declare namespace recommended_d_exports {
362
+ export { name$3 as name, plugins$3 as plugins, rules$3 as rules, settings$3 as settings };
374
363
  }
375
-
376
364
  declare const name$3 = "@eslint-react/recommended";
377
365
  declare const rules$3: {
378
- readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
379
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
380
- readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
381
- readonly "@eslint-react/naming-convention/context-name": "warn";
382
- readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
383
- readonly "@eslint-react/web-api/no-leaked-interval": "warn";
384
- readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
385
- readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
386
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
387
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
388
- readonly "@eslint-react/dom/no-find-dom-node": "error";
389
- readonly "@eslint-react/dom/no-flush-sync": "error";
390
- readonly "@eslint-react/dom/no-hydrate": "error";
391
- readonly "@eslint-react/dom/no-missing-button-type": "warn";
392
- readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
393
- readonly "@eslint-react/dom/no-namespace": "error";
394
- readonly "@eslint-react/dom/no-render": "error";
395
- readonly "@eslint-react/dom/no-render-return-value": "error";
396
- readonly "@eslint-react/dom/no-script-url": "warn";
397
- readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
398
- readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
399
- readonly "@eslint-react/dom/no-use-form-state": "error";
400
- readonly "@eslint-react/dom/no-void-elements-with-children": "error";
401
- readonly "@eslint-react/jsx-key-before-spread": "warn";
402
- readonly "@eslint-react/jsx-no-duplicate-props": "warn";
403
- readonly "@eslint-react/jsx-uses-react": "warn";
404
- readonly "@eslint-react/jsx-uses-vars": "warn";
405
- readonly "@eslint-react/no-access-state-in-setstate": "error";
406
- readonly "@eslint-react/no-array-index-key": "warn";
407
- readonly "@eslint-react/no-children-count": "warn";
408
- readonly "@eslint-react/no-children-for-each": "warn";
409
- readonly "@eslint-react/no-children-map": "warn";
410
- readonly "@eslint-react/no-children-only": "warn";
411
- readonly "@eslint-react/no-children-to-array": "warn";
412
- readonly "@eslint-react/no-clone-element": "warn";
413
- readonly "@eslint-react/no-comment-textnodes": "warn";
414
- readonly "@eslint-react/no-component-will-mount": "error";
415
- readonly "@eslint-react/no-component-will-receive-props": "error";
416
- readonly "@eslint-react/no-component-will-update": "error";
417
- readonly "@eslint-react/no-context-provider": "warn";
418
- readonly "@eslint-react/no-create-ref": "error";
419
- readonly "@eslint-react/no-default-props": "error";
420
- readonly "@eslint-react/no-direct-mutation-state": "error";
421
- readonly "@eslint-react/no-duplicate-key": "warn";
422
- readonly "@eslint-react/no-forward-ref": "warn";
423
- readonly "@eslint-react/no-implicit-key": "warn";
424
- readonly "@eslint-react/no-missing-key": "error";
425
- readonly "@eslint-react/no-misused-capture-owner-stack": "error";
426
- readonly "@eslint-react/no-nested-component-definitions": "error";
427
- readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
428
- readonly "@eslint-react/no-prop-types": "error";
429
- readonly "@eslint-react/no-redundant-should-component-update": "error";
430
- readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
431
- readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
432
- readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
433
- readonly "@eslint-react/no-string-refs": "error";
434
- readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
435
- readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
436
- readonly "@eslint-react/no-unsafe-component-will-update": "warn";
437
- readonly "@eslint-react/no-unstable-context-value": "warn";
438
- readonly "@eslint-react/no-unstable-default-props": "warn";
439
- readonly "@eslint-react/no-unused-class-component-members": "warn";
440
- readonly "@eslint-react/no-unused-state": "warn";
441
- readonly "@eslint-react/no-use-context": "warn";
442
- readonly "@eslint-react/no-useless-forward-ref": "warn";
366
+ readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
367
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
368
+ readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
369
+ readonly "@eslint-react/naming-convention/context-name": "warn";
370
+ readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
371
+ readonly "@eslint-react/web-api/no-leaked-interval": "warn";
372
+ readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
373
+ readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
374
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
375
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
376
+ readonly "@eslint-react/dom/no-find-dom-node": "error";
377
+ readonly "@eslint-react/dom/no-flush-sync": "error";
378
+ readonly "@eslint-react/dom/no-hydrate": "error";
379
+ readonly "@eslint-react/dom/no-missing-button-type": "warn";
380
+ readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
381
+ readonly "@eslint-react/dom/no-namespace": "error";
382
+ readonly "@eslint-react/dom/no-render": "error";
383
+ readonly "@eslint-react/dom/no-render-return-value": "error";
384
+ readonly "@eslint-react/dom/no-script-url": "warn";
385
+ readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
386
+ readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
387
+ readonly "@eslint-react/dom/no-use-form-state": "error";
388
+ readonly "@eslint-react/dom/no-void-elements-with-children": "error";
389
+ readonly "@eslint-react/jsx-key-before-spread": "warn";
390
+ readonly "@eslint-react/jsx-no-duplicate-props": "warn";
391
+ readonly "@eslint-react/jsx-uses-react": "warn";
392
+ readonly "@eslint-react/jsx-uses-vars": "warn";
393
+ readonly "@eslint-react/no-access-state-in-setstate": "error";
394
+ readonly "@eslint-react/no-array-index-key": "warn";
395
+ readonly "@eslint-react/no-children-count": "warn";
396
+ readonly "@eslint-react/no-children-for-each": "warn";
397
+ readonly "@eslint-react/no-children-map": "warn";
398
+ readonly "@eslint-react/no-children-only": "warn";
399
+ readonly "@eslint-react/no-children-to-array": "warn";
400
+ readonly "@eslint-react/no-clone-element": "warn";
401
+ readonly "@eslint-react/no-comment-textnodes": "warn";
402
+ readonly "@eslint-react/no-component-will-mount": "error";
403
+ readonly "@eslint-react/no-component-will-receive-props": "error";
404
+ readonly "@eslint-react/no-component-will-update": "error";
405
+ readonly "@eslint-react/no-context-provider": "warn";
406
+ readonly "@eslint-react/no-create-ref": "error";
407
+ readonly "@eslint-react/no-default-props": "error";
408
+ readonly "@eslint-react/no-direct-mutation-state": "error";
409
+ readonly "@eslint-react/no-duplicate-key": "warn";
410
+ readonly "@eslint-react/no-forward-ref": "warn";
411
+ readonly "@eslint-react/no-implicit-key": "warn";
412
+ readonly "@eslint-react/no-missing-key": "error";
413
+ readonly "@eslint-react/no-misused-capture-owner-stack": "error";
414
+ readonly "@eslint-react/no-nested-component-definitions": "error";
415
+ readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
416
+ readonly "@eslint-react/no-prop-types": "error";
417
+ readonly "@eslint-react/no-redundant-should-component-update": "error";
418
+ readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
419
+ readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
420
+ readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
421
+ readonly "@eslint-react/no-string-refs": "error";
422
+ readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
423
+ readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
424
+ readonly "@eslint-react/no-unsafe-component-will-update": "warn";
425
+ readonly "@eslint-react/no-unstable-context-value": "warn";
426
+ readonly "@eslint-react/no-unstable-default-props": "warn";
427
+ readonly "@eslint-react/no-unused-class-component-members": "warn";
428
+ readonly "@eslint-react/no-unused-state": "warn";
429
+ readonly "@eslint-react/no-use-context": "warn";
430
+ readonly "@eslint-react/no-useless-forward-ref": "warn";
443
431
  };
444
432
  declare const plugins$3: {
445
- "@eslint-react/debug": {
446
- configs: {
447
- all: {
448
- plugins: {};
449
- name?: string;
450
- rules?: Record<string, RuleConfig>;
451
- settings?: _eslint_react_kit.SettingsConfig;
452
- };
453
- "all-legacy": {
454
- plugins: string[];
455
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
456
- };
457
- };
458
- meta: {
459
- name: string;
460
- version: string;
461
- };
462
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
463
- };
464
- "@eslint-react/hooks-extra": {
465
- configs: {
466
- recommended: {
467
- plugins: {};
468
- name?: string;
469
- rules?: Record<string, RuleConfig>;
470
- settings?: _eslint_react_kit.SettingsConfig;
471
- };
472
- "recommended-legacy": {
473
- plugins: string[];
474
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
475
- };
476
- };
477
- meta: {
478
- name: string;
479
- version: string;
480
- };
481
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
482
- };
483
- "@eslint-react/naming-convention": {
484
- configs: {
485
- recommended: {
486
- plugins: {};
487
- name?: string;
488
- rules?: Record<string, RuleConfig>;
489
- settings?: _eslint_react_kit.SettingsConfig;
490
- };
491
- "recommended-legacy": {
492
- plugins: string[];
493
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
494
- };
495
- };
496
- meta: {
497
- name: string;
498
- version: string;
499
- };
500
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
501
- };
502
- "@eslint-react/web-api": {
503
- configs: {
504
- recommended: {
505
- plugins: {};
506
- name?: string;
507
- rules?: Record<string, RuleConfig>;
508
- settings?: _eslint_react_kit.SettingsConfig;
509
- };
510
- "recommended-legacy": {
511
- plugins: string[];
512
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
513
- };
514
- };
515
- meta: {
516
- name: string;
517
- version: string;
518
- };
519
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
520
- };
521
- "@eslint-react/dom": {
522
- configs: {
523
- recommended: {
524
- plugins: {};
525
- name?: string;
526
- rules?: Record<string, RuleConfig>;
527
- settings?: _eslint_react_kit.SettingsConfig;
528
- };
529
- "recommended-legacy": {
530
- plugins: string[];
531
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
532
- };
533
- };
534
- meta: {
535
- name: string;
536
- version: string;
537
- };
538
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
539
- };
540
- "@eslint-react": {
541
- configs: {
542
- recommended: {
543
- plugins: {};
544
- name?: string;
545
- rules?: Record<string, RuleConfig>;
546
- settings?: _eslint_react_kit.SettingsConfig;
547
- };
548
- "recommended-legacy": {
549
- plugins: string[];
550
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
551
- };
552
- "recommended-type-checked": {
553
- plugins: {};
554
- name?: string;
555
- rules?: Record<string, RuleConfig>;
556
- settings?: _eslint_react_kit.SettingsConfig;
557
- };
558
- "recommended-type-checked-legacy": {
559
- plugins: string[];
560
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
561
- };
562
- "recommended-typescript": {
563
- plugins: {};
564
- name?: string;
565
- rules?: Record<string, RuleConfig>;
566
- settings?: _eslint_react_kit.SettingsConfig;
567
- };
568
- "recommended-typescript-legacy": {
569
- plugins: string[];
570
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
571
- };
572
- };
573
- meta: {
574
- name: string;
575
- version: string;
576
- };
577
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
433
+ "@eslint-react/debug": {
434
+ configs: {
435
+ all: {
436
+ plugins: {};
437
+ name?: string;
438
+ rules?: Record<string, RuleConfig>;
439
+ settings?: _eslint_react_kit14.SettingsConfig;
440
+ };
441
+ "all-legacy": {
442
+ plugins: string[];
443
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
444
+ };
445
+ };
446
+ meta: {
447
+ name: string;
448
+ version: string;
449
+ };
450
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
451
+ };
452
+ "@eslint-react/hooks-extra": {
453
+ configs: {
454
+ recommended: {
455
+ plugins: {};
456
+ name?: string;
457
+ rules?: Record<string, RuleConfig>;
458
+ settings?: _eslint_react_kit14.SettingsConfig;
459
+ };
460
+ "recommended-legacy": {
461
+ plugins: string[];
462
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
463
+ };
464
+ };
465
+ meta: {
466
+ name: string;
467
+ version: string;
468
+ };
469
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
470
+ };
471
+ "@eslint-react/naming-convention": {
472
+ configs: {
473
+ recommended: {
474
+ plugins: {};
475
+ name?: string;
476
+ rules?: Record<string, RuleConfig>;
477
+ settings?: _eslint_react_kit14.SettingsConfig;
478
+ };
479
+ "recommended-legacy": {
480
+ plugins: string[];
481
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
482
+ };
483
+ };
484
+ meta: {
485
+ name: string;
486
+ version: string;
487
+ };
488
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
489
+ };
490
+ "@eslint-react/web-api": {
491
+ configs: {
492
+ recommended: {
493
+ plugins: {};
494
+ name?: string;
495
+ rules?: Record<string, RuleConfig>;
496
+ settings?: _eslint_react_kit14.SettingsConfig;
497
+ };
498
+ "recommended-legacy": {
499
+ plugins: string[];
500
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
501
+ };
502
+ };
503
+ meta: {
504
+ name: string;
505
+ version: string;
506
+ };
507
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
508
+ };
509
+ "@eslint-react/dom": {
510
+ configs: {
511
+ recommended: {
512
+ plugins: {};
513
+ name?: string;
514
+ rules?: Record<string, RuleConfig>;
515
+ settings?: _eslint_react_kit14.SettingsConfig;
516
+ };
517
+ "recommended-legacy": {
518
+ plugins: string[];
519
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
520
+ };
521
+ };
522
+ meta: {
523
+ name: string;
524
+ version: string;
525
+ };
526
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
527
+ };
528
+ "@eslint-react": {
529
+ configs: {
530
+ recommended: {
531
+ plugins: {};
532
+ name?: string;
533
+ rules?: Record<string, RuleConfig>;
534
+ settings?: _eslint_react_kit14.SettingsConfig;
535
+ };
536
+ "recommended-legacy": {
537
+ plugins: string[];
538
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
539
+ };
540
+ "recommended-type-checked": {
541
+ plugins: {};
542
+ name?: string;
543
+ rules?: Record<string, RuleConfig>;
544
+ settings?: _eslint_react_kit14.SettingsConfig;
545
+ };
546
+ "recommended-type-checked-legacy": {
547
+ plugins: string[];
548
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
549
+ };
550
+ "recommended-typescript": {
551
+ plugins: {};
552
+ name?: string;
553
+ rules?: Record<string, RuleConfig>;
554
+ settings?: _eslint_react_kit14.SettingsConfig;
555
+ };
556
+ "recommended-typescript-legacy": {
557
+ plugins: string[];
558
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
559
+ };
578
560
  };
561
+ meta: {
562
+ name: string;
563
+ version: string;
564
+ };
565
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
566
+ };
579
567
  };
580
568
  declare const settings$3: {
581
- "react-x": {
582
- readonly version: "detect";
583
- readonly importSource: "react";
584
- readonly strict: true;
585
- readonly skipImportCheck: true;
586
- readonly polymorphicPropName: "as";
587
- readonly additionalComponents: [];
588
- readonly additionalHooks: {
589
- readonly useEffect: ["useIsomorphicLayoutEffect"];
590
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
591
- };
569
+ "react-x": {
570
+ readonly version: "detect";
571
+ readonly importSource: "react";
572
+ readonly strict: true;
573
+ readonly skipImportCheck: true;
574
+ readonly polymorphicPropName: "as";
575
+ readonly additionalComponents: [];
576
+ readonly additionalHooks: {
577
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
578
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
592
579
  };
580
+ };
593
581
  };
594
-
595
- declare namespace recommendedConfig {
596
- export { name$3 as name, plugins$3 as plugins, rules$3 as rules, settings$3 as settings };
582
+ declare namespace recommended_type_checked_d_exports {
583
+ export { name$2 as name, plugins$2 as plugins, rules$2 as rules, settings$2 as settings };
597
584
  }
598
-
599
585
  declare const name$2 = "@eslint-react/recommended-type-checked";
600
586
  declare const rules$2: {
601
- readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
602
- readonly "@eslint-react/dom/no-unknown-property": "off";
603
- readonly "@eslint-react/jsx-no-duplicate-props": "off";
604
- readonly "@eslint-react/jsx-uses-react": "off";
605
- readonly "@eslint-react/jsx-uses-vars": "off";
606
- readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
607
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
608
- readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
609
- readonly "@eslint-react/naming-convention/context-name": "warn";
610
- readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
611
- readonly "@eslint-react/web-api/no-leaked-interval": "warn";
612
- readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
613
- readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
614
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
615
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
616
- readonly "@eslint-react/dom/no-find-dom-node": "error";
617
- readonly "@eslint-react/dom/no-flush-sync": "error";
618
- readonly "@eslint-react/dom/no-hydrate": "error";
619
- readonly "@eslint-react/dom/no-missing-button-type": "warn";
620
- readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
621
- readonly "@eslint-react/dom/no-namespace": "error";
622
- readonly "@eslint-react/dom/no-render": "error";
623
- readonly "@eslint-react/dom/no-render-return-value": "error";
624
- readonly "@eslint-react/dom/no-script-url": "warn";
625
- readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
626
- readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
627
- readonly "@eslint-react/dom/no-use-form-state": "error";
628
- readonly "@eslint-react/dom/no-void-elements-with-children": "error";
629
- readonly "@eslint-react/jsx-key-before-spread": "warn";
630
- readonly "@eslint-react/no-access-state-in-setstate": "error";
631
- readonly "@eslint-react/no-array-index-key": "warn";
632
- readonly "@eslint-react/no-children-count": "warn";
633
- readonly "@eslint-react/no-children-for-each": "warn";
634
- readonly "@eslint-react/no-children-map": "warn";
635
- readonly "@eslint-react/no-children-only": "warn";
636
- readonly "@eslint-react/no-children-to-array": "warn";
637
- readonly "@eslint-react/no-clone-element": "warn";
638
- readonly "@eslint-react/no-comment-textnodes": "warn";
639
- readonly "@eslint-react/no-component-will-mount": "error";
640
- readonly "@eslint-react/no-component-will-receive-props": "error";
641
- readonly "@eslint-react/no-component-will-update": "error";
642
- readonly "@eslint-react/no-context-provider": "warn";
643
- readonly "@eslint-react/no-create-ref": "error";
644
- readonly "@eslint-react/no-default-props": "error";
645
- readonly "@eslint-react/no-direct-mutation-state": "error";
646
- readonly "@eslint-react/no-duplicate-key": "warn";
647
- readonly "@eslint-react/no-forward-ref": "warn";
648
- readonly "@eslint-react/no-implicit-key": "warn";
649
- readonly "@eslint-react/no-missing-key": "error";
650
- readonly "@eslint-react/no-misused-capture-owner-stack": "error";
651
- readonly "@eslint-react/no-nested-component-definitions": "error";
652
- readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
653
- readonly "@eslint-react/no-prop-types": "error";
654
- readonly "@eslint-react/no-redundant-should-component-update": "error";
655
- readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
656
- readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
657
- readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
658
- readonly "@eslint-react/no-string-refs": "error";
659
- readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
660
- readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
661
- readonly "@eslint-react/no-unsafe-component-will-update": "warn";
662
- readonly "@eslint-react/no-unstable-context-value": "warn";
663
- readonly "@eslint-react/no-unstable-default-props": "warn";
664
- readonly "@eslint-react/no-unused-class-component-members": "warn";
665
- readonly "@eslint-react/no-unused-state": "warn";
666
- readonly "@eslint-react/no-use-context": "warn";
667
- readonly "@eslint-react/no-useless-forward-ref": "warn";
587
+ readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
588
+ readonly "@eslint-react/dom/no-unknown-property": "off";
589
+ readonly "@eslint-react/jsx-no-duplicate-props": "off";
590
+ readonly "@eslint-react/jsx-uses-react": "off";
591
+ readonly "@eslint-react/jsx-uses-vars": "off";
592
+ readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
593
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
594
+ readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
595
+ readonly "@eslint-react/naming-convention/context-name": "warn";
596
+ readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
597
+ readonly "@eslint-react/web-api/no-leaked-interval": "warn";
598
+ readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
599
+ readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
600
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
601
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
602
+ readonly "@eslint-react/dom/no-find-dom-node": "error";
603
+ readonly "@eslint-react/dom/no-flush-sync": "error";
604
+ readonly "@eslint-react/dom/no-hydrate": "error";
605
+ readonly "@eslint-react/dom/no-missing-button-type": "warn";
606
+ readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
607
+ readonly "@eslint-react/dom/no-namespace": "error";
608
+ readonly "@eslint-react/dom/no-render": "error";
609
+ readonly "@eslint-react/dom/no-render-return-value": "error";
610
+ readonly "@eslint-react/dom/no-script-url": "warn";
611
+ readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
612
+ readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
613
+ readonly "@eslint-react/dom/no-use-form-state": "error";
614
+ readonly "@eslint-react/dom/no-void-elements-with-children": "error";
615
+ readonly "@eslint-react/jsx-key-before-spread": "warn";
616
+ readonly "@eslint-react/no-access-state-in-setstate": "error";
617
+ readonly "@eslint-react/no-array-index-key": "warn";
618
+ readonly "@eslint-react/no-children-count": "warn";
619
+ readonly "@eslint-react/no-children-for-each": "warn";
620
+ readonly "@eslint-react/no-children-map": "warn";
621
+ readonly "@eslint-react/no-children-only": "warn";
622
+ readonly "@eslint-react/no-children-to-array": "warn";
623
+ readonly "@eslint-react/no-clone-element": "warn";
624
+ readonly "@eslint-react/no-comment-textnodes": "warn";
625
+ readonly "@eslint-react/no-component-will-mount": "error";
626
+ readonly "@eslint-react/no-component-will-receive-props": "error";
627
+ readonly "@eslint-react/no-component-will-update": "error";
628
+ readonly "@eslint-react/no-context-provider": "warn";
629
+ readonly "@eslint-react/no-create-ref": "error";
630
+ readonly "@eslint-react/no-default-props": "error";
631
+ readonly "@eslint-react/no-direct-mutation-state": "error";
632
+ readonly "@eslint-react/no-duplicate-key": "warn";
633
+ readonly "@eslint-react/no-forward-ref": "warn";
634
+ readonly "@eslint-react/no-implicit-key": "warn";
635
+ readonly "@eslint-react/no-missing-key": "error";
636
+ readonly "@eslint-react/no-misused-capture-owner-stack": "error";
637
+ readonly "@eslint-react/no-nested-component-definitions": "error";
638
+ readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
639
+ readonly "@eslint-react/no-prop-types": "error";
640
+ readonly "@eslint-react/no-redundant-should-component-update": "error";
641
+ readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
642
+ readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
643
+ readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
644
+ readonly "@eslint-react/no-string-refs": "error";
645
+ readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
646
+ readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
647
+ readonly "@eslint-react/no-unsafe-component-will-update": "warn";
648
+ readonly "@eslint-react/no-unstable-context-value": "warn";
649
+ readonly "@eslint-react/no-unstable-default-props": "warn";
650
+ readonly "@eslint-react/no-unused-class-component-members": "warn";
651
+ readonly "@eslint-react/no-unused-state": "warn";
652
+ readonly "@eslint-react/no-use-context": "warn";
653
+ readonly "@eslint-react/no-useless-forward-ref": "warn";
668
654
  };
669
655
  declare const plugins$2: {
670
- "@eslint-react/debug": {
671
- configs: {
672
- all: {
673
- plugins: {};
674
- name?: string;
675
- rules?: Record<string, RuleConfig>;
676
- settings?: _eslint_react_kit.SettingsConfig;
677
- };
678
- "all-legacy": {
679
- plugins: string[];
680
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
681
- };
682
- };
683
- meta: {
684
- name: string;
685
- version: string;
686
- };
687
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
688
- };
689
- "@eslint-react/hooks-extra": {
690
- configs: {
691
- recommended: {
692
- plugins: {};
693
- name?: string;
694
- rules?: Record<string, RuleConfig>;
695
- settings?: _eslint_react_kit.SettingsConfig;
696
- };
697
- "recommended-legacy": {
698
- plugins: string[];
699
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
700
- };
701
- };
702
- meta: {
703
- name: string;
704
- version: string;
705
- };
706
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
707
- };
708
- "@eslint-react/naming-convention": {
709
- configs: {
710
- recommended: {
711
- plugins: {};
712
- name?: string;
713
- rules?: Record<string, RuleConfig>;
714
- settings?: _eslint_react_kit.SettingsConfig;
715
- };
716
- "recommended-legacy": {
717
- plugins: string[];
718
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
719
- };
720
- };
721
- meta: {
722
- name: string;
723
- version: string;
724
- };
725
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
726
- };
727
- "@eslint-react/web-api": {
728
- configs: {
729
- recommended: {
730
- plugins: {};
731
- name?: string;
732
- rules?: Record<string, RuleConfig>;
733
- settings?: _eslint_react_kit.SettingsConfig;
734
- };
735
- "recommended-legacy": {
736
- plugins: string[];
737
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
738
- };
739
- };
740
- meta: {
741
- name: string;
742
- version: string;
743
- };
744
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
745
- };
746
- "@eslint-react/dom": {
747
- configs: {
748
- recommended: {
749
- plugins: {};
750
- name?: string;
751
- rules?: Record<string, RuleConfig>;
752
- settings?: _eslint_react_kit.SettingsConfig;
753
- };
754
- "recommended-legacy": {
755
- plugins: string[];
756
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
757
- };
758
- };
759
- meta: {
760
- name: string;
761
- version: string;
762
- };
763
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
764
- };
765
- "@eslint-react": {
766
- configs: {
767
- recommended: {
768
- plugins: {};
769
- name?: string;
770
- rules?: Record<string, RuleConfig>;
771
- settings?: _eslint_react_kit.SettingsConfig;
772
- };
773
- "recommended-legacy": {
774
- plugins: string[];
775
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
776
- };
777
- "recommended-type-checked": {
778
- plugins: {};
779
- name?: string;
780
- rules?: Record<string, RuleConfig>;
781
- settings?: _eslint_react_kit.SettingsConfig;
782
- };
783
- "recommended-type-checked-legacy": {
784
- plugins: string[];
785
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
786
- };
787
- "recommended-typescript": {
788
- plugins: {};
789
- name?: string;
790
- rules?: Record<string, RuleConfig>;
791
- settings?: _eslint_react_kit.SettingsConfig;
792
- };
793
- "recommended-typescript-legacy": {
794
- plugins: string[];
795
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
796
- };
797
- };
798
- meta: {
799
- name: string;
800
- version: string;
801
- };
802
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
656
+ "@eslint-react/debug": {
657
+ configs: {
658
+ all: {
659
+ plugins: {};
660
+ name?: string;
661
+ rules?: Record<string, RuleConfig>;
662
+ settings?: _eslint_react_kit14.SettingsConfig;
663
+ };
664
+ "all-legacy": {
665
+ plugins: string[];
666
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
667
+ };
668
+ };
669
+ meta: {
670
+ name: string;
671
+ version: string;
672
+ };
673
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
674
+ };
675
+ "@eslint-react/hooks-extra": {
676
+ configs: {
677
+ recommended: {
678
+ plugins: {};
679
+ name?: string;
680
+ rules?: Record<string, RuleConfig>;
681
+ settings?: _eslint_react_kit14.SettingsConfig;
682
+ };
683
+ "recommended-legacy": {
684
+ plugins: string[];
685
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
686
+ };
687
+ };
688
+ meta: {
689
+ name: string;
690
+ version: string;
691
+ };
692
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
693
+ };
694
+ "@eslint-react/naming-convention": {
695
+ configs: {
696
+ recommended: {
697
+ plugins: {};
698
+ name?: string;
699
+ rules?: Record<string, RuleConfig>;
700
+ settings?: _eslint_react_kit14.SettingsConfig;
701
+ };
702
+ "recommended-legacy": {
703
+ plugins: string[];
704
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
705
+ };
706
+ };
707
+ meta: {
708
+ name: string;
709
+ version: string;
710
+ };
711
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
712
+ };
713
+ "@eslint-react/web-api": {
714
+ configs: {
715
+ recommended: {
716
+ plugins: {};
717
+ name?: string;
718
+ rules?: Record<string, RuleConfig>;
719
+ settings?: _eslint_react_kit14.SettingsConfig;
720
+ };
721
+ "recommended-legacy": {
722
+ plugins: string[];
723
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
724
+ };
725
+ };
726
+ meta: {
727
+ name: string;
728
+ version: string;
729
+ };
730
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
731
+ };
732
+ "@eslint-react/dom": {
733
+ configs: {
734
+ recommended: {
735
+ plugins: {};
736
+ name?: string;
737
+ rules?: Record<string, RuleConfig>;
738
+ settings?: _eslint_react_kit14.SettingsConfig;
739
+ };
740
+ "recommended-legacy": {
741
+ plugins: string[];
742
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
743
+ };
744
+ };
745
+ meta: {
746
+ name: string;
747
+ version: string;
803
748
  };
749
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
750
+ };
751
+ "@eslint-react": {
752
+ configs: {
753
+ recommended: {
754
+ plugins: {};
755
+ name?: string;
756
+ rules?: Record<string, RuleConfig>;
757
+ settings?: _eslint_react_kit14.SettingsConfig;
758
+ };
759
+ "recommended-legacy": {
760
+ plugins: string[];
761
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
762
+ };
763
+ "recommended-type-checked": {
764
+ plugins: {};
765
+ name?: string;
766
+ rules?: Record<string, RuleConfig>;
767
+ settings?: _eslint_react_kit14.SettingsConfig;
768
+ };
769
+ "recommended-type-checked-legacy": {
770
+ plugins: string[];
771
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
772
+ };
773
+ "recommended-typescript": {
774
+ plugins: {};
775
+ name?: string;
776
+ rules?: Record<string, RuleConfig>;
777
+ settings?: _eslint_react_kit14.SettingsConfig;
778
+ };
779
+ "recommended-typescript-legacy": {
780
+ plugins: string[];
781
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
782
+ };
783
+ };
784
+ meta: {
785
+ name: string;
786
+ version: string;
787
+ };
788
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
789
+ };
804
790
  };
805
791
  declare const settings$2: {
806
- "react-x": {
807
- readonly version: "detect";
808
- readonly importSource: "react";
809
- readonly strict: true;
810
- readonly skipImportCheck: true;
811
- readonly polymorphicPropName: "as";
812
- readonly additionalComponents: [];
813
- readonly additionalHooks: {
814
- readonly useEffect: ["useIsomorphicLayoutEffect"];
815
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
816
- };
792
+ "react-x": {
793
+ readonly version: "detect";
794
+ readonly importSource: "react";
795
+ readonly strict: true;
796
+ readonly skipImportCheck: true;
797
+ readonly polymorphicPropName: "as";
798
+ readonly additionalComponents: [];
799
+ readonly additionalHooks: {
800
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
801
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
817
802
  };
803
+ };
818
804
  };
819
-
820
- declare namespace recommendedTypeCheckedConfig {
821
- export { name$2 as name, plugins$2 as plugins, rules$2 as rules, settings$2 as settings };
805
+ declare namespace recommended_typescript_d_exports {
806
+ export { name$1 as name, plugins$1 as plugins, rules$1 as rules, settings$1 as settings };
822
807
  }
823
-
824
808
  declare const name$1 = "@eslint-react/recommended-typescript";
825
809
  declare const rules$1: {
826
- readonly "@eslint-react/dom/no-unknown-property": "off";
827
- readonly "@eslint-react/jsx-no-duplicate-props": "off";
828
- readonly "@eslint-react/jsx-uses-react": "off";
829
- readonly "@eslint-react/jsx-uses-vars": "off";
830
- readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
831
- readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
832
- readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
833
- readonly "@eslint-react/naming-convention/context-name": "warn";
834
- readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
835
- readonly "@eslint-react/web-api/no-leaked-interval": "warn";
836
- readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
837
- readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
838
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
839
- readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
840
- readonly "@eslint-react/dom/no-find-dom-node": "error";
841
- readonly "@eslint-react/dom/no-flush-sync": "error";
842
- readonly "@eslint-react/dom/no-hydrate": "error";
843
- readonly "@eslint-react/dom/no-missing-button-type": "warn";
844
- readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
845
- readonly "@eslint-react/dom/no-namespace": "error";
846
- readonly "@eslint-react/dom/no-render": "error";
847
- readonly "@eslint-react/dom/no-render-return-value": "error";
848
- readonly "@eslint-react/dom/no-script-url": "warn";
849
- readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
850
- readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
851
- readonly "@eslint-react/dom/no-use-form-state": "error";
852
- readonly "@eslint-react/dom/no-void-elements-with-children": "error";
853
- readonly "@eslint-react/jsx-key-before-spread": "warn";
854
- readonly "@eslint-react/no-access-state-in-setstate": "error";
855
- readonly "@eslint-react/no-array-index-key": "warn";
856
- readonly "@eslint-react/no-children-count": "warn";
857
- readonly "@eslint-react/no-children-for-each": "warn";
858
- readonly "@eslint-react/no-children-map": "warn";
859
- readonly "@eslint-react/no-children-only": "warn";
860
- readonly "@eslint-react/no-children-to-array": "warn";
861
- readonly "@eslint-react/no-clone-element": "warn";
862
- readonly "@eslint-react/no-comment-textnodes": "warn";
863
- readonly "@eslint-react/no-component-will-mount": "error";
864
- readonly "@eslint-react/no-component-will-receive-props": "error";
865
- readonly "@eslint-react/no-component-will-update": "error";
866
- readonly "@eslint-react/no-context-provider": "warn";
867
- readonly "@eslint-react/no-create-ref": "error";
868
- readonly "@eslint-react/no-default-props": "error";
869
- readonly "@eslint-react/no-direct-mutation-state": "error";
870
- readonly "@eslint-react/no-duplicate-key": "warn";
871
- readonly "@eslint-react/no-forward-ref": "warn";
872
- readonly "@eslint-react/no-implicit-key": "warn";
873
- readonly "@eslint-react/no-missing-key": "error";
874
- readonly "@eslint-react/no-misused-capture-owner-stack": "error";
875
- readonly "@eslint-react/no-nested-component-definitions": "error";
876
- readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
877
- readonly "@eslint-react/no-prop-types": "error";
878
- readonly "@eslint-react/no-redundant-should-component-update": "error";
879
- readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
880
- readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
881
- readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
882
- readonly "@eslint-react/no-string-refs": "error";
883
- readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
884
- readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
885
- readonly "@eslint-react/no-unsafe-component-will-update": "warn";
886
- readonly "@eslint-react/no-unstable-context-value": "warn";
887
- readonly "@eslint-react/no-unstable-default-props": "warn";
888
- readonly "@eslint-react/no-unused-class-component-members": "warn";
889
- readonly "@eslint-react/no-unused-state": "warn";
890
- readonly "@eslint-react/no-use-context": "warn";
891
- readonly "@eslint-react/no-useless-forward-ref": "warn";
810
+ readonly "@eslint-react/dom/no-unknown-property": "off";
811
+ readonly "@eslint-react/jsx-no-duplicate-props": "off";
812
+ readonly "@eslint-react/jsx-uses-react": "off";
813
+ readonly "@eslint-react/jsx-uses-vars": "off";
814
+ readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
815
+ readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
816
+ readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
817
+ readonly "@eslint-react/naming-convention/context-name": "warn";
818
+ readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
819
+ readonly "@eslint-react/web-api/no-leaked-interval": "warn";
820
+ readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
821
+ readonly "@eslint-react/web-api/no-leaked-timeout": "warn";
822
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
823
+ readonly "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error";
824
+ readonly "@eslint-react/dom/no-find-dom-node": "error";
825
+ readonly "@eslint-react/dom/no-flush-sync": "error";
826
+ readonly "@eslint-react/dom/no-hydrate": "error";
827
+ readonly "@eslint-react/dom/no-missing-button-type": "warn";
828
+ readonly "@eslint-react/dom/no-missing-iframe-sandbox": "warn";
829
+ readonly "@eslint-react/dom/no-namespace": "error";
830
+ readonly "@eslint-react/dom/no-render": "error";
831
+ readonly "@eslint-react/dom/no-render-return-value": "error";
832
+ readonly "@eslint-react/dom/no-script-url": "warn";
833
+ readonly "@eslint-react/dom/no-unsafe-iframe-sandbox": "warn";
834
+ readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
835
+ readonly "@eslint-react/dom/no-use-form-state": "error";
836
+ readonly "@eslint-react/dom/no-void-elements-with-children": "error";
837
+ readonly "@eslint-react/jsx-key-before-spread": "warn";
838
+ readonly "@eslint-react/no-access-state-in-setstate": "error";
839
+ readonly "@eslint-react/no-array-index-key": "warn";
840
+ readonly "@eslint-react/no-children-count": "warn";
841
+ readonly "@eslint-react/no-children-for-each": "warn";
842
+ readonly "@eslint-react/no-children-map": "warn";
843
+ readonly "@eslint-react/no-children-only": "warn";
844
+ readonly "@eslint-react/no-children-to-array": "warn";
845
+ readonly "@eslint-react/no-clone-element": "warn";
846
+ readonly "@eslint-react/no-comment-textnodes": "warn";
847
+ readonly "@eslint-react/no-component-will-mount": "error";
848
+ readonly "@eslint-react/no-component-will-receive-props": "error";
849
+ readonly "@eslint-react/no-component-will-update": "error";
850
+ readonly "@eslint-react/no-context-provider": "warn";
851
+ readonly "@eslint-react/no-create-ref": "error";
852
+ readonly "@eslint-react/no-default-props": "error";
853
+ readonly "@eslint-react/no-direct-mutation-state": "error";
854
+ readonly "@eslint-react/no-duplicate-key": "warn";
855
+ readonly "@eslint-react/no-forward-ref": "warn";
856
+ readonly "@eslint-react/no-implicit-key": "warn";
857
+ readonly "@eslint-react/no-missing-key": "error";
858
+ readonly "@eslint-react/no-misused-capture-owner-stack": "error";
859
+ readonly "@eslint-react/no-nested-component-definitions": "error";
860
+ readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
861
+ readonly "@eslint-react/no-prop-types": "error";
862
+ readonly "@eslint-react/no-redundant-should-component-update": "error";
863
+ readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
864
+ readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
865
+ readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
866
+ readonly "@eslint-react/no-string-refs": "error";
867
+ readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
868
+ readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
869
+ readonly "@eslint-react/no-unsafe-component-will-update": "warn";
870
+ readonly "@eslint-react/no-unstable-context-value": "warn";
871
+ readonly "@eslint-react/no-unstable-default-props": "warn";
872
+ readonly "@eslint-react/no-unused-class-component-members": "warn";
873
+ readonly "@eslint-react/no-unused-state": "warn";
874
+ readonly "@eslint-react/no-use-context": "warn";
875
+ readonly "@eslint-react/no-useless-forward-ref": "warn";
892
876
  };
893
877
  declare const plugins$1: {
894
- "@eslint-react/debug": {
895
- configs: {
896
- all: {
897
- plugins: {};
898
- name?: string;
899
- rules?: Record<string, RuleConfig>;
900
- settings?: _eslint_react_kit.SettingsConfig;
901
- };
902
- "all-legacy": {
903
- plugins: string[];
904
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
905
- };
906
- };
907
- meta: {
908
- name: string;
909
- version: string;
910
- };
911
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
912
- };
913
- "@eslint-react/hooks-extra": {
914
- configs: {
915
- recommended: {
916
- plugins: {};
917
- name?: string;
918
- rules?: Record<string, RuleConfig>;
919
- settings?: _eslint_react_kit.SettingsConfig;
920
- };
921
- "recommended-legacy": {
922
- plugins: string[];
923
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
924
- };
925
- };
926
- meta: {
927
- name: string;
928
- version: string;
929
- };
930
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
931
- };
932
- "@eslint-react/naming-convention": {
933
- configs: {
934
- recommended: {
935
- plugins: {};
936
- name?: string;
937
- rules?: Record<string, RuleConfig>;
938
- settings?: _eslint_react_kit.SettingsConfig;
939
- };
940
- "recommended-legacy": {
941
- plugins: string[];
942
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
943
- };
944
- };
945
- meta: {
946
- name: string;
947
- version: string;
948
- };
949
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
950
- };
951
- "@eslint-react/web-api": {
952
- configs: {
953
- recommended: {
954
- plugins: {};
955
- name?: string;
956
- rules?: Record<string, RuleConfig>;
957
- settings?: _eslint_react_kit.SettingsConfig;
958
- };
959
- "recommended-legacy": {
960
- plugins: string[];
961
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
962
- };
963
- };
964
- meta: {
965
- name: string;
966
- version: string;
967
- };
968
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
969
- };
970
- "@eslint-react/dom": {
971
- configs: {
972
- recommended: {
973
- plugins: {};
974
- name?: string;
975
- rules?: Record<string, RuleConfig>;
976
- settings?: _eslint_react_kit.SettingsConfig;
977
- };
978
- "recommended-legacy": {
979
- plugins: string[];
980
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
981
- };
982
- };
983
- meta: {
984
- name: string;
985
- version: string;
986
- };
987
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
988
- };
989
- "@eslint-react": {
990
- configs: {
991
- recommended: {
992
- plugins: {};
993
- name?: string;
994
- rules?: Record<string, RuleConfig>;
995
- settings?: _eslint_react_kit.SettingsConfig;
996
- };
997
- "recommended-legacy": {
998
- plugins: string[];
999
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1000
- };
1001
- "recommended-type-checked": {
1002
- plugins: {};
1003
- name?: string;
1004
- rules?: Record<string, RuleConfig>;
1005
- settings?: _eslint_react_kit.SettingsConfig;
1006
- };
1007
- "recommended-type-checked-legacy": {
1008
- plugins: string[];
1009
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1010
- };
1011
- "recommended-typescript": {
1012
- plugins: {};
1013
- name?: string;
1014
- rules?: Record<string, RuleConfig>;
1015
- settings?: _eslint_react_kit.SettingsConfig;
1016
- };
1017
- "recommended-typescript-legacy": {
1018
- plugins: string[];
1019
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1020
- };
1021
- };
1022
- meta: {
1023
- name: string;
1024
- version: string;
1025
- };
1026
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
878
+ "@eslint-react/debug": {
879
+ configs: {
880
+ all: {
881
+ plugins: {};
882
+ name?: string;
883
+ rules?: Record<string, RuleConfig>;
884
+ settings?: _eslint_react_kit14.SettingsConfig;
885
+ };
886
+ "all-legacy": {
887
+ plugins: string[];
888
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
889
+ };
890
+ };
891
+ meta: {
892
+ name: string;
893
+ version: string;
894
+ };
895
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
896
+ };
897
+ "@eslint-react/hooks-extra": {
898
+ configs: {
899
+ recommended: {
900
+ plugins: {};
901
+ name?: string;
902
+ rules?: Record<string, RuleConfig>;
903
+ settings?: _eslint_react_kit14.SettingsConfig;
904
+ };
905
+ "recommended-legacy": {
906
+ plugins: string[];
907
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
908
+ };
909
+ };
910
+ meta: {
911
+ name: string;
912
+ version: string;
1027
913
  };
914
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
915
+ };
916
+ "@eslint-react/naming-convention": {
917
+ configs: {
918
+ recommended: {
919
+ plugins: {};
920
+ name?: string;
921
+ rules?: Record<string, RuleConfig>;
922
+ settings?: _eslint_react_kit14.SettingsConfig;
923
+ };
924
+ "recommended-legacy": {
925
+ plugins: string[];
926
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
927
+ };
928
+ };
929
+ meta: {
930
+ name: string;
931
+ version: string;
932
+ };
933
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
934
+ };
935
+ "@eslint-react/web-api": {
936
+ configs: {
937
+ recommended: {
938
+ plugins: {};
939
+ name?: string;
940
+ rules?: Record<string, RuleConfig>;
941
+ settings?: _eslint_react_kit14.SettingsConfig;
942
+ };
943
+ "recommended-legacy": {
944
+ plugins: string[];
945
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
946
+ };
947
+ };
948
+ meta: {
949
+ name: string;
950
+ version: string;
951
+ };
952
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
953
+ };
954
+ "@eslint-react/dom": {
955
+ configs: {
956
+ recommended: {
957
+ plugins: {};
958
+ name?: string;
959
+ rules?: Record<string, RuleConfig>;
960
+ settings?: _eslint_react_kit14.SettingsConfig;
961
+ };
962
+ "recommended-legacy": {
963
+ plugins: string[];
964
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
965
+ };
966
+ };
967
+ meta: {
968
+ name: string;
969
+ version: string;
970
+ };
971
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
972
+ };
973
+ "@eslint-react": {
974
+ configs: {
975
+ recommended: {
976
+ plugins: {};
977
+ name?: string;
978
+ rules?: Record<string, RuleConfig>;
979
+ settings?: _eslint_react_kit14.SettingsConfig;
980
+ };
981
+ "recommended-legacy": {
982
+ plugins: string[];
983
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
984
+ };
985
+ "recommended-type-checked": {
986
+ plugins: {};
987
+ name?: string;
988
+ rules?: Record<string, RuleConfig>;
989
+ settings?: _eslint_react_kit14.SettingsConfig;
990
+ };
991
+ "recommended-type-checked-legacy": {
992
+ plugins: string[];
993
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
994
+ };
995
+ "recommended-typescript": {
996
+ plugins: {};
997
+ name?: string;
998
+ rules?: Record<string, RuleConfig>;
999
+ settings?: _eslint_react_kit14.SettingsConfig;
1000
+ };
1001
+ "recommended-typescript-legacy": {
1002
+ plugins: string[];
1003
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
1004
+ };
1005
+ };
1006
+ meta: {
1007
+ name: string;
1008
+ version: string;
1009
+ };
1010
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
1011
+ };
1028
1012
  };
1029
1013
  declare const settings$1: {
1030
- "react-x": {
1031
- readonly version: "detect";
1032
- readonly importSource: "react";
1033
- readonly strict: true;
1034
- readonly skipImportCheck: true;
1035
- readonly polymorphicPropName: "as";
1036
- readonly additionalComponents: [];
1037
- readonly additionalHooks: {
1038
- readonly useEffect: ["useIsomorphicLayoutEffect"];
1039
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1040
- };
1014
+ "react-x": {
1015
+ readonly version: "detect";
1016
+ readonly importSource: "react";
1017
+ readonly strict: true;
1018
+ readonly skipImportCheck: true;
1019
+ readonly polymorphicPropName: "as";
1020
+ readonly additionalComponents: [];
1021
+ readonly additionalHooks: {
1022
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1023
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1041
1024
  };
1025
+ };
1042
1026
  };
1043
-
1044
- declare namespace recommendedTypeScriptConfig {
1045
- export { name$1 as name, plugins$1 as plugins, rules$1 as rules, settings$1 as settings };
1027
+ declare namespace x_d_exports {
1028
+ export { name, plugins, rules, settings };
1046
1029
  }
1047
-
1048
1030
  declare const name = "@eslint-react/x";
1049
1031
  declare const rules: {
1050
- readonly "@eslint-react/jsx-key-before-spread": "warn";
1051
- readonly "@eslint-react/jsx-no-duplicate-props": "warn";
1052
- readonly "@eslint-react/jsx-uses-react": "warn";
1053
- readonly "@eslint-react/jsx-uses-vars": "warn";
1054
- readonly "@eslint-react/no-access-state-in-setstate": "error";
1055
- readonly "@eslint-react/no-array-index-key": "warn";
1056
- readonly "@eslint-react/no-children-count": "warn";
1057
- readonly "@eslint-react/no-children-for-each": "warn";
1058
- readonly "@eslint-react/no-children-map": "warn";
1059
- readonly "@eslint-react/no-children-only": "warn";
1060
- readonly "@eslint-react/no-children-to-array": "warn";
1061
- readonly "@eslint-react/no-clone-element": "warn";
1062
- readonly "@eslint-react/no-comment-textnodes": "warn";
1063
- readonly "@eslint-react/no-component-will-mount": "error";
1064
- readonly "@eslint-react/no-component-will-receive-props": "error";
1065
- readonly "@eslint-react/no-component-will-update": "error";
1066
- readonly "@eslint-react/no-context-provider": "warn";
1067
- readonly "@eslint-react/no-create-ref": "error";
1068
- readonly "@eslint-react/no-default-props": "error";
1069
- readonly "@eslint-react/no-direct-mutation-state": "error";
1070
- readonly "@eslint-react/no-duplicate-key": "warn";
1071
- readonly "@eslint-react/no-forward-ref": "warn";
1072
- readonly "@eslint-react/no-implicit-key": "warn";
1073
- readonly "@eslint-react/no-missing-key": "error";
1074
- readonly "@eslint-react/no-misused-capture-owner-stack": "error";
1075
- readonly "@eslint-react/no-nested-component-definitions": "error";
1076
- readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
1077
- readonly "@eslint-react/no-prop-types": "error";
1078
- readonly "@eslint-react/no-redundant-should-component-update": "error";
1079
- readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
1080
- readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
1081
- readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
1082
- readonly "@eslint-react/no-string-refs": "error";
1083
- readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
1084
- readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
1085
- readonly "@eslint-react/no-unsafe-component-will-update": "warn";
1086
- readonly "@eslint-react/no-unstable-context-value": "warn";
1087
- readonly "@eslint-react/no-unstable-default-props": "warn";
1088
- readonly "@eslint-react/no-unused-class-component-members": "warn";
1089
- readonly "@eslint-react/no-unused-state": "warn";
1090
- readonly "@eslint-react/no-use-context": "warn";
1091
- readonly "@eslint-react/no-useless-forward-ref": "warn";
1032
+ readonly "@eslint-react/jsx-key-before-spread": "warn";
1033
+ readonly "@eslint-react/jsx-no-duplicate-props": "warn";
1034
+ readonly "@eslint-react/jsx-uses-react": "warn";
1035
+ readonly "@eslint-react/jsx-uses-vars": "warn";
1036
+ readonly "@eslint-react/no-access-state-in-setstate": "error";
1037
+ readonly "@eslint-react/no-array-index-key": "warn";
1038
+ readonly "@eslint-react/no-children-count": "warn";
1039
+ readonly "@eslint-react/no-children-for-each": "warn";
1040
+ readonly "@eslint-react/no-children-map": "warn";
1041
+ readonly "@eslint-react/no-children-only": "warn";
1042
+ readonly "@eslint-react/no-children-to-array": "warn";
1043
+ readonly "@eslint-react/no-clone-element": "warn";
1044
+ readonly "@eslint-react/no-comment-textnodes": "warn";
1045
+ readonly "@eslint-react/no-component-will-mount": "error";
1046
+ readonly "@eslint-react/no-component-will-receive-props": "error";
1047
+ readonly "@eslint-react/no-component-will-update": "error";
1048
+ readonly "@eslint-react/no-context-provider": "warn";
1049
+ readonly "@eslint-react/no-create-ref": "error";
1050
+ readonly "@eslint-react/no-default-props": "error";
1051
+ readonly "@eslint-react/no-direct-mutation-state": "error";
1052
+ readonly "@eslint-react/no-duplicate-key": "warn";
1053
+ readonly "@eslint-react/no-forward-ref": "warn";
1054
+ readonly "@eslint-react/no-implicit-key": "warn";
1055
+ readonly "@eslint-react/no-missing-key": "error";
1056
+ readonly "@eslint-react/no-misused-capture-owner-stack": "error";
1057
+ readonly "@eslint-react/no-nested-component-definitions": "error";
1058
+ readonly "@eslint-react/no-nested-lazy-component-declarations": "warn";
1059
+ readonly "@eslint-react/no-prop-types": "error";
1060
+ readonly "@eslint-react/no-redundant-should-component-update": "error";
1061
+ readonly "@eslint-react/no-set-state-in-component-did-mount": "warn";
1062
+ readonly "@eslint-react/no-set-state-in-component-did-update": "warn";
1063
+ readonly "@eslint-react/no-set-state-in-component-will-update": "warn";
1064
+ readonly "@eslint-react/no-string-refs": "error";
1065
+ readonly "@eslint-react/no-unsafe-component-will-mount": "warn";
1066
+ readonly "@eslint-react/no-unsafe-component-will-receive-props": "warn";
1067
+ readonly "@eslint-react/no-unsafe-component-will-update": "warn";
1068
+ readonly "@eslint-react/no-unstable-context-value": "warn";
1069
+ readonly "@eslint-react/no-unstable-default-props": "warn";
1070
+ readonly "@eslint-react/no-unused-class-component-members": "warn";
1071
+ readonly "@eslint-react/no-unused-state": "warn";
1072
+ readonly "@eslint-react/no-use-context": "warn";
1073
+ readonly "@eslint-react/no-useless-forward-ref": "warn";
1092
1074
  };
1093
1075
  declare const plugins: {
1094
- "@eslint-react": {
1095
- configs: {
1096
- recommended: {
1097
- plugins: {};
1098
- name?: string;
1099
- rules?: Record<string, RuleConfig>;
1100
- settings?: _eslint_react_kit.SettingsConfig;
1101
- };
1102
- "recommended-legacy": {
1103
- plugins: string[];
1104
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1105
- };
1106
- "recommended-type-checked": {
1107
- plugins: {};
1108
- name?: string;
1109
- rules?: Record<string, RuleConfig>;
1110
- settings?: _eslint_react_kit.SettingsConfig;
1111
- };
1112
- "recommended-type-checked-legacy": {
1113
- plugins: string[];
1114
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1115
- };
1116
- "recommended-typescript": {
1117
- plugins: {};
1118
- name?: string;
1119
- rules?: Record<string, RuleConfig>;
1120
- settings?: _eslint_react_kit.SettingsConfig;
1121
- };
1122
- "recommended-typescript-legacy": {
1123
- plugins: string[];
1124
- rules: Record<string, RuleConfig<unknown[]>> | undefined;
1125
- };
1126
- };
1127
- meta: {
1128
- name: string;
1129
- version: string;
1130
- };
1131
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
1076
+ "@eslint-react": {
1077
+ configs: {
1078
+ recommended: {
1079
+ plugins: {};
1080
+ name?: string;
1081
+ rules?: Record<string, RuleConfig>;
1082
+ settings?: _eslint_react_kit14.SettingsConfig;
1083
+ };
1084
+ "recommended-legacy": {
1085
+ plugins: string[];
1086
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
1087
+ };
1088
+ "recommended-type-checked": {
1089
+ plugins: {};
1090
+ name?: string;
1091
+ rules?: Record<string, RuleConfig>;
1092
+ settings?: _eslint_react_kit14.SettingsConfig;
1093
+ };
1094
+ "recommended-type-checked-legacy": {
1095
+ plugins: string[];
1096
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
1097
+ };
1098
+ "recommended-typescript": {
1099
+ plugins: {};
1100
+ name?: string;
1101
+ rules?: Record<string, RuleConfig>;
1102
+ settings?: _eslint_react_kit14.SettingsConfig;
1103
+ };
1104
+ "recommended-typescript-legacy": {
1105
+ plugins: string[];
1106
+ rules: Record<string, RuleConfig<unknown[]>> | undefined;
1107
+ };
1132
1108
  };
1109
+ meta: {
1110
+ name: string;
1111
+ version: string;
1112
+ };
1113
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
1114
+ };
1133
1115
  };
1134
1116
  declare const settings: {
1135
- "react-x": {
1136
- readonly version: "detect";
1137
- readonly importSource: "react";
1138
- readonly strict: true;
1139
- readonly skipImportCheck: true;
1140
- readonly polymorphicPropName: "as";
1141
- readonly additionalComponents: [];
1142
- readonly additionalHooks: {
1143
- readonly useEffect: ["useIsomorphicLayoutEffect"];
1144
- readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1145
- };
1117
+ "react-x": {
1118
+ readonly version: "detect";
1119
+ readonly importSource: "react";
1120
+ readonly strict: true;
1121
+ readonly skipImportCheck: true;
1122
+ readonly polymorphicPropName: "as";
1123
+ readonly additionalComponents: [];
1124
+ readonly additionalHooks: {
1125
+ readonly useEffect: ["useIsomorphicLayoutEffect"];
1126
+ readonly useLayoutEffect: ["useIsomorphicLayoutEffect"];
1146
1127
  };
1128
+ };
1147
1129
  };
1148
-
1149
- declare const xConfig_name: typeof name;
1150
- declare const xConfig_plugins: typeof plugins;
1151
- declare const xConfig_rules: typeof rules;
1152
- declare const xConfig_settings: typeof settings;
1153
- declare namespace xConfig {
1154
- export { xConfig_name as name, xConfig_plugins as plugins, xConfig_rules as rules, xConfig_settings as settings };
1155
- }
1156
-
1130
+ //#endregion
1131
+ //#region src/index.d.ts
1157
1132
  declare const _default: {
1158
- configs: {
1159
- all: typeof allConfig;
1160
- "all-legacy": {
1161
- plugins: string[];
1162
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1163
- };
1164
- debug: typeof debugConfig;
1165
- "debug-legacy": {
1166
- plugins: string[];
1167
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1168
- };
1169
- "disable-debug": typeof disableDebugConfig;
1170
- "disable-debug-legacy": {
1171
- plugins: string[];
1172
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1173
- };
1174
- "disable-dom": typeof disableDomConfig;
1175
- "disable-dom-legacy": {
1176
- plugins: string[];
1177
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1178
- };
1179
- "disable-type-checked": typeof disableTypeCheckedConfig;
1180
- "disable-type-checked-legacy": {
1181
- plugins: string[];
1182
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1183
- };
1184
- "disable-web-api": typeof disableWebApiConfig;
1185
- "disable-web-api-legacy": {
1186
- plugins: string[];
1187
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1188
- };
1189
- dom: typeof domConfig;
1190
- "dom-legacy": {
1191
- plugins: string[];
1192
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1193
- };
1194
- off: typeof offConfig;
1195
- "off-legacy": {
1196
- plugins: string[];
1197
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1198
- };
1199
- recommended: typeof recommendedConfig;
1200
- "recommended-legacy": {
1201
- plugins: string[];
1202
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1203
- };
1204
- "recommended-type-checked": typeof recommendedTypeCheckedConfig;
1205
- "recommended-type-checked-legacy": {
1206
- plugins: string[];
1207
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1208
- };
1209
- "recommended-typescript": typeof recommendedTypeScriptConfig;
1210
- "recommended-typescript-legacy": {
1211
- plugins: string[];
1212
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1213
- };
1214
- x: typeof xConfig;
1215
- "x-legacy": {
1216
- plugins: string[];
1217
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1218
- };
1219
- /** @deprecated Use `x` instead */
1220
- core: typeof xConfig;
1221
- /** @deprecated Use `x-legacy` instead */
1222
- "core-legacy": {
1223
- plugins: string[];
1224
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1225
- };
1226
- /** @deprecated Use `disable-dom` instead */
1227
- "off-dom": typeof disableDomConfig;
1228
- /** @deprecated Use `disable-dom-legacy` instead */
1229
- "off-dom-legacy": {
1230
- plugins: string[];
1231
- rules: Record<string, _eslint_react_kit.RuleConfig<unknown[]>> | undefined;
1232
- };
1133
+ configs: {
1134
+ all: typeof all_d_exports;
1135
+ "all-legacy": {
1136
+ plugins: string[];
1137
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1233
1138
  };
1234
- meta: {
1235
- name: string;
1236
- version: string;
1139
+ debug: typeof debug_d_exports;
1140
+ "debug-legacy": {
1141
+ plugins: string[];
1142
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1143
+ };
1144
+ "disable-debug": typeof disable_debug_d_exports;
1145
+ "disable-debug-legacy": {
1146
+ plugins: string[];
1147
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1148
+ };
1149
+ "disable-dom": typeof disable_dom_d_exports;
1150
+ "disable-dom-legacy": {
1151
+ plugins: string[];
1152
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1153
+ };
1154
+ "disable-type-checked": typeof disable_type_checked_d_exports;
1155
+ "disable-type-checked-legacy": {
1156
+ plugins: string[];
1157
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1237
1158
  };
1238
- rules: Record<string, _eslint_react_kit.CompatibleRule>;
1159
+ "disable-web-api": typeof disable_web_api_d_exports;
1160
+ "disable-web-api-legacy": {
1161
+ plugins: string[];
1162
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1163
+ };
1164
+ dom: typeof dom_d_exports;
1165
+ "dom-legacy": {
1166
+ plugins: string[];
1167
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1168
+ };
1169
+ off: typeof off_d_exports;
1170
+ "off-legacy": {
1171
+ plugins: string[];
1172
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1173
+ };
1174
+ recommended: typeof recommended_d_exports;
1175
+ "recommended-legacy": {
1176
+ plugins: string[];
1177
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1178
+ };
1179
+ "recommended-type-checked": typeof recommended_type_checked_d_exports;
1180
+ "recommended-type-checked-legacy": {
1181
+ plugins: string[];
1182
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1183
+ };
1184
+ "recommended-typescript": typeof recommended_typescript_d_exports;
1185
+ "recommended-typescript-legacy": {
1186
+ plugins: string[];
1187
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1188
+ };
1189
+ x: typeof x_d_exports;
1190
+ "x-legacy": {
1191
+ plugins: string[];
1192
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1193
+ };
1194
+ /** @deprecated Use `x` instead */
1195
+ core: typeof x_d_exports;
1196
+ /** @deprecated Use `x-legacy` instead */
1197
+ "core-legacy": {
1198
+ plugins: string[];
1199
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1200
+ };
1201
+ /** @deprecated Use `disable-dom` instead */
1202
+ "off-dom": typeof disable_dom_d_exports;
1203
+ /** @deprecated Use `disable-dom-legacy` instead */
1204
+ "off-dom-legacy": {
1205
+ plugins: string[];
1206
+ rules: Record<string, _eslint_react_kit14.RuleConfig<unknown[]>> | undefined;
1207
+ };
1208
+ };
1209
+ meta: {
1210
+ name: string;
1211
+ version: string;
1212
+ };
1213
+ rules: Record<string, _eslint_react_kit14.CompatibleRule>;
1239
1214
  };
1240
-
1241
- export { _default as default };
1215
+ //#endregion
1216
+ export { _default as default };