@eslint-react/eslint-plugin 2.2.0 → 2.2.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -151
- package/dist/index.js +25 -57
- package/package.json +8 -9
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ import { RuleConfig } from "@eslint-react/shared";
|
|
|
3
3
|
|
|
4
4
|
//#region src/configs/all.d.ts
|
|
5
5
|
declare namespace all_d_exports {
|
|
6
|
-
export { name$
|
|
6
|
+
export { name$15 as name, plugins$10 as plugins, rules$15 as rules, settings$8 as settings };
|
|
7
7
|
}
|
|
8
|
-
declare const name$
|
|
9
|
-
declare const rules$
|
|
8
|
+
declare const name$15 = "@eslint-react/all";
|
|
9
|
+
declare const rules$15: {
|
|
10
10
|
readonly "@eslint-react/jsx-key-before-spread": "warn";
|
|
11
11
|
readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
|
|
12
12
|
readonly "@eslint-react/jsx-no-duplicate-props": "warn";
|
|
@@ -98,22 +98,7 @@ declare const rules$17: {
|
|
|
98
98
|
readonly "@eslint-react/naming-convention/filename-extension": "off";
|
|
99
99
|
readonly "@eslint-react/naming-convention/use-state": "warn";
|
|
100
100
|
};
|
|
101
|
-
declare const plugins$
|
|
102
|
-
"@eslint-react/debug": {
|
|
103
|
-
configs: {
|
|
104
|
-
all: {
|
|
105
|
-
plugins: {};
|
|
106
|
-
name?: string;
|
|
107
|
-
rules?: Record<string, RuleConfig>;
|
|
108
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
meta: {
|
|
112
|
-
name: string;
|
|
113
|
-
version: string;
|
|
114
|
-
};
|
|
115
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
116
|
-
};
|
|
101
|
+
declare const plugins$10: {
|
|
117
102
|
"@eslint-react/hooks-extra": {
|
|
118
103
|
configs: {
|
|
119
104
|
recommended: {
|
|
@@ -233,43 +218,10 @@ declare const settings$8: {
|
|
|
233
218
|
readonly polymorphicPropName: "as";
|
|
234
219
|
};
|
|
235
220
|
};
|
|
236
|
-
declare namespace debug_d_exports {
|
|
237
|
-
export { name$16 as name, plugins$10 as plugins, rules$16 as rules };
|
|
238
|
-
}
|
|
239
|
-
declare const name$16 = "@eslint-react/debug";
|
|
240
|
-
declare const rules$16: {
|
|
241
|
-
readonly "@eslint-react/debug/class-component": "warn";
|
|
242
|
-
readonly "@eslint-react/debug/function-component": "warn";
|
|
243
|
-
readonly "@eslint-react/debug/hook": "warn";
|
|
244
|
-
readonly "@eslint-react/debug/is-from-react": "warn";
|
|
245
|
-
readonly "@eslint-react/debug/jsx": "warn";
|
|
246
|
-
};
|
|
247
|
-
declare const plugins$10: {
|
|
248
|
-
"@eslint-react/debug": {
|
|
249
|
-
configs: {
|
|
250
|
-
all: {
|
|
251
|
-
plugins: {};
|
|
252
|
-
name?: string;
|
|
253
|
-
rules?: Record<string, RuleConfig>;
|
|
254
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
meta: {
|
|
258
|
-
name: string;
|
|
259
|
-
version: string;
|
|
260
|
-
};
|
|
261
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
221
|
declare namespace disable_conflict_eslint_plugin_react_d_exports {
|
|
265
|
-
export { name$15 as name, rules$15 as rules };
|
|
266
|
-
}
|
|
267
|
-
declare const name$15 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
268
|
-
declare const rules$15: Record<string, RuleConfig>;
|
|
269
|
-
declare namespace disable_debug_d_exports {
|
|
270
222
|
export { name$14 as name, rules$14 as rules };
|
|
271
223
|
}
|
|
272
|
-
declare const name$14 = "@eslint-react/disable-
|
|
224
|
+
declare const name$14 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
273
225
|
declare const rules$14: Record<string, RuleConfig>;
|
|
274
226
|
declare namespace disable_dom_d_exports {
|
|
275
227
|
export { name$13 as name, rules$13 as rules };
|
|
@@ -480,21 +432,6 @@ declare const rules$7: {
|
|
|
480
432
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
481
433
|
};
|
|
482
434
|
declare const plugins$7: {
|
|
483
|
-
"@eslint-react/debug": {
|
|
484
|
-
configs: {
|
|
485
|
-
all: {
|
|
486
|
-
plugins: {};
|
|
487
|
-
name?: string;
|
|
488
|
-
rules?: Record<string, RuleConfig>;
|
|
489
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
490
|
-
};
|
|
491
|
-
};
|
|
492
|
-
meta: {
|
|
493
|
-
name: string;
|
|
494
|
-
version: string;
|
|
495
|
-
};
|
|
496
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
497
|
-
};
|
|
498
435
|
"@eslint-react/hooks-extra": {
|
|
499
436
|
configs: {
|
|
500
437
|
recommended: {
|
|
@@ -683,21 +620,6 @@ declare const rules$6: {
|
|
|
683
620
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
684
621
|
};
|
|
685
622
|
declare const plugins$6: {
|
|
686
|
-
"@eslint-react/debug": {
|
|
687
|
-
configs: {
|
|
688
|
-
all: {
|
|
689
|
-
plugins: {};
|
|
690
|
-
name?: string;
|
|
691
|
-
rules?: Record<string, RuleConfig>;
|
|
692
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
693
|
-
};
|
|
694
|
-
};
|
|
695
|
-
meta: {
|
|
696
|
-
name: string;
|
|
697
|
-
version: string;
|
|
698
|
-
};
|
|
699
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
700
|
-
};
|
|
701
623
|
"@eslint-react/hooks-extra": {
|
|
702
624
|
configs: {
|
|
703
625
|
recommended: {
|
|
@@ -885,21 +807,6 @@ declare const rules$5: {
|
|
|
885
807
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
886
808
|
};
|
|
887
809
|
declare const plugins$5: {
|
|
888
|
-
"@eslint-react/debug": {
|
|
889
|
-
configs: {
|
|
890
|
-
all: {
|
|
891
|
-
plugins: {};
|
|
892
|
-
name?: string;
|
|
893
|
-
rules?: Record<string, RuleConfig>;
|
|
894
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
895
|
-
};
|
|
896
|
-
};
|
|
897
|
-
meta: {
|
|
898
|
-
name: string;
|
|
899
|
-
version: string;
|
|
900
|
-
};
|
|
901
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
902
|
-
};
|
|
903
810
|
"@eslint-react/hooks-extra": {
|
|
904
811
|
configs: {
|
|
905
812
|
recommended: {
|
|
@@ -1099,21 +1006,6 @@ declare const rules$4: {
|
|
|
1099
1006
|
readonly "@eslint-react/prefer-use-state-lazy-initialization": "warn";
|
|
1100
1007
|
};
|
|
1101
1008
|
declare const plugins$4: {
|
|
1102
|
-
"@eslint-react/debug": {
|
|
1103
|
-
configs: {
|
|
1104
|
-
all: {
|
|
1105
|
-
plugins: {};
|
|
1106
|
-
name?: string;
|
|
1107
|
-
rules?: Record<string, RuleConfig>;
|
|
1108
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1109
|
-
};
|
|
1110
|
-
};
|
|
1111
|
-
meta: {
|
|
1112
|
-
name: string;
|
|
1113
|
-
version: string;
|
|
1114
|
-
};
|
|
1115
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1116
|
-
};
|
|
1117
1009
|
"@eslint-react/hooks-extra": {
|
|
1118
1010
|
configs: {
|
|
1119
1011
|
recommended: {
|
|
@@ -1318,21 +1210,6 @@ declare const rules$3: {
|
|
|
1318
1210
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1319
1211
|
};
|
|
1320
1212
|
declare const plugins$3: {
|
|
1321
|
-
"@eslint-react/debug": {
|
|
1322
|
-
configs: {
|
|
1323
|
-
all: {
|
|
1324
|
-
plugins: {};
|
|
1325
|
-
name?: string;
|
|
1326
|
-
rules?: Record<string, RuleConfig>;
|
|
1327
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1328
|
-
};
|
|
1329
|
-
};
|
|
1330
|
-
meta: {
|
|
1331
|
-
name: string;
|
|
1332
|
-
version: string;
|
|
1333
|
-
};
|
|
1334
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1335
|
-
};
|
|
1336
1213
|
"@eslint-react/hooks-extra": {
|
|
1337
1214
|
configs: {
|
|
1338
1215
|
recommended: {
|
|
@@ -1535,21 +1412,6 @@ declare const rules$2: {
|
|
|
1535
1412
|
readonly "@eslint-react/dom/no-unsafe-target-blank": "warn";
|
|
1536
1413
|
};
|
|
1537
1414
|
declare const plugins$2: {
|
|
1538
|
-
"@eslint-react/debug": {
|
|
1539
|
-
configs: {
|
|
1540
|
-
all: {
|
|
1541
|
-
plugins: {};
|
|
1542
|
-
name?: string;
|
|
1543
|
-
rules?: Record<string, RuleConfig>;
|
|
1544
|
-
settings?: _eslint_react_shared0.SettingsConfig;
|
|
1545
|
-
};
|
|
1546
|
-
};
|
|
1547
|
-
meta: {
|
|
1548
|
-
name: string;
|
|
1549
|
-
version: string;
|
|
1550
|
-
};
|
|
1551
|
-
rules: Record<string, _eslint_react_shared0.CompatibleRule>;
|
|
1552
|
-
};
|
|
1553
1415
|
"@eslint-react/hooks-extra": {
|
|
1554
1416
|
configs: {
|
|
1555
1417
|
recommended: {
|
|
@@ -1810,18 +1672,10 @@ declare const _default: {
|
|
|
1810
1672
|
* Enable all applicable rules from this plugin
|
|
1811
1673
|
*/
|
|
1812
1674
|
all: typeof all_d_exports;
|
|
1813
|
-
/**
|
|
1814
|
-
* Enable debug rules
|
|
1815
|
-
*/
|
|
1816
|
-
debug: typeof debug_d_exports;
|
|
1817
1675
|
/**
|
|
1818
1676
|
* Disable rules in `eslint-plugin-react` that conflict with rules in our plugins
|
|
1819
1677
|
*/
|
|
1820
1678
|
"disable-conflict-eslint-plugin-react": typeof disable_conflict_eslint_plugin_react_d_exports;
|
|
1821
|
-
/**
|
|
1822
|
-
* Disable debug rules
|
|
1823
|
-
*/
|
|
1824
|
-
"disable-debug": typeof disable_debug_d_exports;
|
|
1825
1679
|
/**
|
|
1826
1680
|
* Disable rules in the `dom` preset
|
|
1827
1681
|
*/
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __export } from "./chunk-CTAAG5j7.js";
|
|
2
|
-
import reactDebug from "eslint-plugin-react-debug";
|
|
3
2
|
import reactDom from "eslint-plugin-react-dom";
|
|
4
3
|
import reactHooksExtra from "eslint-plugin-react-hooks-extra";
|
|
5
4
|
import reactNamingConvention from "eslint-plugin-react-naming-convention";
|
|
@@ -9,16 +8,16 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
|
9
8
|
|
|
10
9
|
//#region package.json
|
|
11
10
|
var name = "@eslint-react/eslint-plugin";
|
|
12
|
-
var version = "2.2.0";
|
|
11
|
+
var version = "2.2.1-next.0";
|
|
13
12
|
|
|
14
13
|
//#endregion
|
|
15
14
|
//#region src/configs/dom.ts
|
|
16
15
|
var dom_exports = /* @__PURE__ */ __export({
|
|
17
|
-
name: () => name$
|
|
18
|
-
plugins: () => plugins$
|
|
16
|
+
name: () => name$16,
|
|
17
|
+
plugins: () => plugins$10,
|
|
19
18
|
rules: () => rules$13
|
|
20
19
|
});
|
|
21
|
-
const name$
|
|
20
|
+
const name$16 = "@eslint-react/dom";
|
|
22
21
|
const rules$13 = {
|
|
23
22
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
|
24
23
|
"@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
|
|
@@ -33,18 +32,18 @@ const rules$13 = {
|
|
|
33
32
|
"@eslint-react/dom/no-use-form-state": "error",
|
|
34
33
|
"@eslint-react/dom/no-void-elements-with-children": "error"
|
|
35
34
|
};
|
|
36
|
-
const plugins$
|
|
35
|
+
const plugins$10 = { "@eslint-react/dom": reactDom };
|
|
37
36
|
|
|
38
37
|
//#endregion
|
|
39
38
|
//#region src/configs/x.ts
|
|
40
39
|
var x_exports = /* @__PURE__ */ __export({
|
|
41
|
-
name: () => name$
|
|
42
|
-
plugins: () => plugins$
|
|
43
|
-
rules: () => rules$
|
|
40
|
+
name: () => name$15,
|
|
41
|
+
plugins: () => plugins$9,
|
|
42
|
+
rules: () => rules$16,
|
|
44
43
|
settings: () => settings$8
|
|
45
44
|
});
|
|
46
|
-
const name$
|
|
47
|
-
const rules$
|
|
45
|
+
const name$15 = "@eslint-react/x";
|
|
46
|
+
const rules$16 = {
|
|
48
47
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
49
48
|
"@eslint-react/jsx-no-duplicate-props": "warn",
|
|
50
49
|
"@eslint-react/jsx-uses-react": "warn",
|
|
@@ -85,18 +84,18 @@ const rules$18 = {
|
|
|
85
84
|
"@eslint-react/no-useless-forward-ref": "warn",
|
|
86
85
|
"@eslint-react/prefer-use-state-lazy-initialization": "warn"
|
|
87
86
|
};
|
|
88
|
-
const plugins$
|
|
87
|
+
const plugins$9 = { "@eslint-react": react };
|
|
89
88
|
const settings$8 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
90
89
|
|
|
91
90
|
//#endregion
|
|
92
91
|
//#region src/configs/all.ts
|
|
93
92
|
var all_exports = /* @__PURE__ */ __export({
|
|
94
|
-
name: () => name$
|
|
95
|
-
plugins: () => plugins$
|
|
93
|
+
name: () => name$14,
|
|
94
|
+
plugins: () => plugins$8,
|
|
96
95
|
rules: () => rules$7,
|
|
97
96
|
settings: () => settings$7
|
|
98
97
|
});
|
|
99
|
-
const name$
|
|
98
|
+
const name$14 = "@eslint-react/all";
|
|
100
99
|
const rules$7 = {
|
|
101
100
|
"@eslint-react/jsx-key-before-spread": "warn",
|
|
102
101
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
@@ -189,38 +188,20 @@ const rules$7 = {
|
|
|
189
188
|
"@eslint-react/naming-convention/filename-extension": "off",
|
|
190
189
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
191
190
|
};
|
|
192
|
-
const plugins$
|
|
191
|
+
const plugins$8 = {
|
|
192
|
+
...plugins$9,
|
|
193
193
|
...plugins$10,
|
|
194
|
-
...plugins$11,
|
|
195
|
-
"@eslint-react/debug": reactDebug,
|
|
196
194
|
"@eslint-react/hooks-extra": reactHooksExtra,
|
|
197
195
|
"@eslint-react/naming-convention": reactNamingConvention,
|
|
198
196
|
"@eslint-react/web-api": reactWebApi
|
|
199
197
|
};
|
|
200
198
|
const settings$7 = { ...settings$8 };
|
|
201
199
|
|
|
202
|
-
//#endregion
|
|
203
|
-
//#region src/configs/debug.ts
|
|
204
|
-
var debug_exports = /* @__PURE__ */ __export({
|
|
205
|
-
name: () => name$15,
|
|
206
|
-
plugins: () => plugins$8,
|
|
207
|
-
rules: () => rules$15
|
|
208
|
-
});
|
|
209
|
-
const name$15 = "@eslint-react/debug";
|
|
210
|
-
const rules$15 = {
|
|
211
|
-
"@eslint-react/debug/class-component": "warn",
|
|
212
|
-
"@eslint-react/debug/function-component": "warn",
|
|
213
|
-
"@eslint-react/debug/hook": "warn",
|
|
214
|
-
"@eslint-react/debug/is-from-react": "warn",
|
|
215
|
-
"@eslint-react/debug/jsx": "warn"
|
|
216
|
-
};
|
|
217
|
-
const plugins$8 = { "@eslint-react/debug": reactDebug };
|
|
218
|
-
|
|
219
200
|
//#endregion
|
|
220
201
|
//#region src/configs/disable-conflict-eslint-plugin-react.ts
|
|
221
202
|
var disable_conflict_eslint_plugin_react_exports = /* @__PURE__ */ __export({
|
|
222
|
-
name: () => name$
|
|
223
|
-
rules: () => rules$
|
|
203
|
+
name: () => name$13,
|
|
204
|
+
rules: () => rules$15
|
|
224
205
|
});
|
|
225
206
|
const conflictingRules = [
|
|
226
207
|
"button-has-type",
|
|
@@ -270,17 +251,8 @@ const conflictingRules = [
|
|
|
270
251
|
"prop-types",
|
|
271
252
|
"void-dom-elements-no-children"
|
|
272
253
|
];
|
|
273
|
-
const name$
|
|
274
|
-
const rules$
|
|
275
|
-
|
|
276
|
-
//#endregion
|
|
277
|
-
//#region src/configs/disable-debug.ts
|
|
278
|
-
var disable_debug_exports = /* @__PURE__ */ __export({
|
|
279
|
-
name: () => name$13,
|
|
280
|
-
rules: () => rules$16
|
|
281
|
-
});
|
|
282
|
-
const name$13 = "@eslint-react/disable-debug";
|
|
283
|
-
const rules$16 = Object.fromEntries(Object.entries(rules$15).map(([rule]) => [rule, "off"]));
|
|
254
|
+
const name$13 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
255
|
+
const rules$15 = Object.fromEntries(conflictingRules.map((key) => [key, "off"]));
|
|
284
256
|
|
|
285
257
|
//#endregion
|
|
286
258
|
//#region src/configs/disable-dom.ts
|
|
@@ -351,8 +323,8 @@ const rules$10 = {
|
|
|
351
323
|
"@eslint-react/dom/no-render-return-value": "error"
|
|
352
324
|
};
|
|
353
325
|
const plugins$6 = {
|
|
354
|
-
...plugins$
|
|
355
|
-
...plugins$
|
|
326
|
+
...plugins$9,
|
|
327
|
+
...plugins$10
|
|
356
328
|
};
|
|
357
329
|
|
|
358
330
|
//#endregion
|
|
@@ -377,7 +349,7 @@ var recommended_exports = /* @__PURE__ */ __export({
|
|
|
377
349
|
});
|
|
378
350
|
const name$6 = "@eslint-react/recommended";
|
|
379
351
|
const rules$6 = {
|
|
380
|
-
...rules$
|
|
352
|
+
...rules$16,
|
|
381
353
|
...rules$13,
|
|
382
354
|
...rules$11,
|
|
383
355
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
@@ -385,10 +357,9 @@ const rules$6 = {
|
|
|
385
357
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
386
358
|
};
|
|
387
359
|
const plugins$5 = {
|
|
360
|
+
...plugins$9,
|
|
388
361
|
...plugins$10,
|
|
389
|
-
...plugins$11,
|
|
390
362
|
...plugins$7,
|
|
391
|
-
"@eslint-react/debug": reactDebug,
|
|
392
363
|
"@eslint-react/hooks-extra": reactHooksExtra,
|
|
393
364
|
"@eslint-react/naming-convention": reactNamingConvention
|
|
394
365
|
};
|
|
@@ -551,17 +522,14 @@ const plugin = {
|
|
|
551
522
|
...padKeysLeft(reactDom.rules, "dom/"),
|
|
552
523
|
...padKeysLeft(reactWebApi.rules, "web-api/"),
|
|
553
524
|
...padKeysLeft(reactHooksExtra.rules, "hooks-extra/"),
|
|
554
|
-
...padKeysLeft(reactNamingConvention.rules, "naming-convention/")
|
|
555
|
-
...padKeysLeft(reactDebug.rules, "debug/")
|
|
525
|
+
...padKeysLeft(reactNamingConvention.rules, "naming-convention/")
|
|
556
526
|
}
|
|
557
527
|
};
|
|
558
528
|
var src_default = {
|
|
559
529
|
...plugin,
|
|
560
530
|
configs: {
|
|
561
531
|
["all"]: all_exports,
|
|
562
|
-
["debug"]: debug_exports,
|
|
563
532
|
["disable-conflict-eslint-plugin-react"]: disable_conflict_eslint_plugin_react_exports,
|
|
564
|
-
["disable-debug"]: disable_debug_exports,
|
|
565
533
|
["disable-dom"]: disable_dom_exports,
|
|
566
534
|
["disable-type-checked"]: disable_type_checked_exports,
|
|
567
535
|
["disable-web-api"]: disable_web_api_exports,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.2.0",
|
|
3
|
+
"version": "2.2.1-next.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,14 +42,13 @@
|
|
|
42
42
|
"@typescript-eslint/types": "^8.46.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.46.0",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
|
-
"@eslint-react/eff": "2.2.0",
|
|
46
|
-
"eslint-
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "2.2.0",
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-x": "2.2.0"
|
|
45
|
+
"@eslint-react/eff": "2.2.1-next.0",
|
|
46
|
+
"@eslint-react/shared": "2.2.1-next.0",
|
|
47
|
+
"eslint-plugin-react-hooks-extra": "2.2.1-next.0",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "2.2.1-next.0",
|
|
49
|
+
"eslint-plugin-react-dom": "2.2.1-next.0",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.2.1-next.0",
|
|
51
|
+
"eslint-plugin-react-x": "2.2.1-next.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
54
|
"tsdown": "^0.15.6",
|