@eslint-react/eslint-plugin 1.52.9 → 1.52.10-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.mts +196 -234
- package/dist/index.d.ts +196 -234
- package/dist/index.js +10 -4
- package/dist/index.mjs +10 -4
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __export = (target, all) => {
|
|
|
25
25
|
|
|
26
26
|
// package.json
|
|
27
27
|
var name = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "1.52.
|
|
28
|
+
var version = "1.52.10-next.0";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -260,7 +260,9 @@ __export(disable_debug_exports, {
|
|
|
260
260
|
rules: () => rules5
|
|
261
261
|
});
|
|
262
262
|
var name6 = "@eslint-react/disable-debug";
|
|
263
|
-
var rules5 = Object.fromEntries(
|
|
263
|
+
var rules5 = Object.fromEntries(
|
|
264
|
+
Object.entries(rules4).map(([rule]) => [rule, "off"])
|
|
265
|
+
);
|
|
264
266
|
|
|
265
267
|
// src/configs/disable-dom.ts
|
|
266
268
|
var disable_dom_exports = {};
|
|
@@ -269,7 +271,9 @@ __export(disable_dom_exports, {
|
|
|
269
271
|
rules: () => rules6
|
|
270
272
|
});
|
|
271
273
|
var name7 = "@eslint-react/disable-dom";
|
|
272
|
-
var rules6 = Object.fromEntries(
|
|
274
|
+
var rules6 = Object.fromEntries(
|
|
275
|
+
Object.entries(rules).map(([key]) => [key, "off"])
|
|
276
|
+
);
|
|
273
277
|
|
|
274
278
|
// src/configs/disable-type-checked.ts
|
|
275
279
|
var disable_type_checked_exports = {};
|
|
@@ -301,7 +305,9 @@ var plugins5 = {
|
|
|
301
305
|
|
|
302
306
|
// src/configs/disable-web-api.ts
|
|
303
307
|
var name9 = "@eslint-react/disable-web-api";
|
|
304
|
-
var rules9 = Object.fromEntries(
|
|
308
|
+
var rules9 = Object.fromEntries(
|
|
309
|
+
Object.entries(rules8).map(([key]) => [key, "off"])
|
|
310
|
+
);
|
|
305
311
|
|
|
306
312
|
// src/configs/off.ts
|
|
307
313
|
var off_exports = {};
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ var __export = (target, all) => {
|
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
16
|
var name = "@eslint-react/eslint-plugin";
|
|
17
|
-
var version = "1.52.
|
|
17
|
+
var version = "1.52.10-next.0";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -249,7 +249,9 @@ __export(disable_debug_exports, {
|
|
|
249
249
|
rules: () => rules5
|
|
250
250
|
});
|
|
251
251
|
var name6 = "@eslint-react/disable-debug";
|
|
252
|
-
var rules5 = Object.fromEntries(
|
|
252
|
+
var rules5 = Object.fromEntries(
|
|
253
|
+
Object.entries(rules4).map(([rule]) => [rule, "off"])
|
|
254
|
+
);
|
|
253
255
|
|
|
254
256
|
// src/configs/disable-dom.ts
|
|
255
257
|
var disable_dom_exports = {};
|
|
@@ -258,7 +260,9 @@ __export(disable_dom_exports, {
|
|
|
258
260
|
rules: () => rules6
|
|
259
261
|
});
|
|
260
262
|
var name7 = "@eslint-react/disable-dom";
|
|
261
|
-
var rules6 = Object.fromEntries(
|
|
263
|
+
var rules6 = Object.fromEntries(
|
|
264
|
+
Object.entries(rules).map(([key]) => [key, "off"])
|
|
265
|
+
);
|
|
262
266
|
|
|
263
267
|
// src/configs/disable-type-checked.ts
|
|
264
268
|
var disable_type_checked_exports = {};
|
|
@@ -290,7 +294,9 @@ var plugins5 = {
|
|
|
290
294
|
|
|
291
295
|
// src/configs/disable-web-api.ts
|
|
292
296
|
var name9 = "@eslint-react/disable-web-api";
|
|
293
|
-
var rules9 = Object.fromEntries(
|
|
297
|
+
var rules9 = Object.fromEntries(
|
|
298
|
+
Object.entries(rules8).map(([key]) => [key, "off"])
|
|
299
|
+
);
|
|
294
300
|
|
|
295
301
|
// src/configs/off.ts
|
|
296
302
|
var off_exports = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.10-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",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.41.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.41.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.41.0",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-
|
|
58
|
-
"eslint-
|
|
59
|
-
"eslint-plugin-react-web-api": "1.52.
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/shared": "1.52.10-next.0",
|
|
54
|
+
"eslint-plugin-react-dom": "1.52.10-next.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.52.10-next.0",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.52.10-next.0",
|
|
57
|
+
"@eslint-react/eff": "1.52.10-next.0",
|
|
58
|
+
"@eslint-react/kit": "1.52.10-next.0",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.52.10-next.0",
|
|
60
|
+
"eslint-plugin-react-naming-convention": "1.52.10-next.0",
|
|
61
|
+
"eslint-plugin-react-x": "1.52.10-next.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.5.0",
|