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