@eslint-react/eslint-plugin 1.52.8 → 1.52.9-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.js +2 -2
- package/dist/index.mjs +2 -2
- 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.9-next.0";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -430,7 +430,7 @@ var plugin = {
|
|
|
430
430
|
...react__default.default.rules,
|
|
431
431
|
...padKeysLeft(reactDom__default.default.rules, "dom/"),
|
|
432
432
|
...padKeysLeft(reactWebApi__default.default.rules, "web-api/"),
|
|
433
|
-
...padKeysLeft(reactHooksExtra__default.default, "hooks-extra/"),
|
|
433
|
+
...padKeysLeft(reactHooksExtra__default.default.rules, "hooks-extra/"),
|
|
434
434
|
...padKeysLeft(reactNamingConvention__default.default.rules, "naming-convention/"),
|
|
435
435
|
...padKeysLeft(reactDebug__default.default.rules, "debug/")
|
|
436
436
|
}
|
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.9-next.0";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -419,7 +419,7 @@ var plugin = {
|
|
|
419
419
|
...react.rules,
|
|
420
420
|
...padKeysLeft(reactDom.rules, "dom/"),
|
|
421
421
|
...padKeysLeft(reactWebApi.rules, "web-api/"),
|
|
422
|
-
...padKeysLeft(reactHooksExtra, "hooks-extra/"),
|
|
422
|
+
...padKeysLeft(reactHooksExtra.rules, "hooks-extra/"),
|
|
423
423
|
...padKeysLeft(reactNamingConvention.rules, "naming-convention/"),
|
|
424
424
|
...padKeysLeft(reactDebug.rules, "debug/")
|
|
425
425
|
}
|
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.9-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/eff": "1.52.
|
|
54
|
-
"@eslint-react/shared": "1.52.
|
|
55
|
-
"
|
|
56
|
-
"eslint-plugin-react-dom": "1.52.
|
|
57
|
-
"eslint-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.52.9-next.0",
|
|
54
|
+
"@eslint-react/shared": "1.52.9-next.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.52.9-next.0",
|
|
56
|
+
"eslint-plugin-react-dom": "1.52.9-next.0",
|
|
57
|
+
"@eslint-react/kit": "1.52.9-next.0",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.52.9-next.0",
|
|
59
|
+
"eslint-plugin-react-x": "1.52.9-next.0",
|
|
60
|
+
"eslint-plugin-react-hooks-extra": "1.52.9-next.0",
|
|
61
|
+
"eslint-plugin-react-naming-convention": "1.52.9-next.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.5.0",
|