@eslint-react/eslint-plugin 1.53.1-beta.0 → 1.53.1-next.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 +82 -82
- package/dist/index.d.ts +82 -82
- package/dist/index.js +15 -8
- package/dist/index.mjs +1 -1
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -27,17 +27,24 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
}) : target, mod));
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
let eslint_plugin_react_debug = require("eslint-plugin-react-debug");
|
|
31
|
+
eslint_plugin_react_debug = __toESM(eslint_plugin_react_debug);
|
|
32
|
+
let eslint_plugin_react_dom = require("eslint-plugin-react-dom");
|
|
33
|
+
eslint_plugin_react_dom = __toESM(eslint_plugin_react_dom);
|
|
34
|
+
let eslint_plugin_react_hooks_extra = require("eslint-plugin-react-hooks-extra");
|
|
35
|
+
eslint_plugin_react_hooks_extra = __toESM(eslint_plugin_react_hooks_extra);
|
|
36
|
+
let eslint_plugin_react_naming_convention = require("eslint-plugin-react-naming-convention");
|
|
37
|
+
eslint_plugin_react_naming_convention = __toESM(eslint_plugin_react_naming_convention);
|
|
38
|
+
let eslint_plugin_react_web_api = require("eslint-plugin-react-web-api");
|
|
39
|
+
eslint_plugin_react_web_api = __toESM(eslint_plugin_react_web_api);
|
|
40
|
+
let eslint_plugin_react_x = require("eslint-plugin-react-x");
|
|
41
|
+
eslint_plugin_react_x = __toESM(eslint_plugin_react_x);
|
|
42
|
+
let __eslint_react_shared = require("@eslint-react/shared");
|
|
43
|
+
__eslint_react_shared = __toESM(__eslint_react_shared);
|
|
37
44
|
|
|
38
45
|
//#region package.json
|
|
39
46
|
var name = "@eslint-react/eslint-plugin";
|
|
40
|
-
var version = "1.53.1-
|
|
47
|
+
var version = "1.53.1-next.1";
|
|
41
48
|
|
|
42
49
|
//#endregion
|
|
43
50
|
//#region src/configs/dom.ts
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.53.1-
|
|
3
|
+
"version": "1.53.1-next.1",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,22 +46,22 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.
|
|
51
|
-
"@typescript-eslint/types": "^8.
|
|
52
|
-
"@typescript-eslint/utils": "^8.
|
|
53
|
-
"@eslint-react/eff": "1.53.1-
|
|
54
|
-
"@eslint-react/kit": "1.53.1-
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-web-api": "1.53.1-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.43.0",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.43.0",
|
|
51
|
+
"@typescript-eslint/types": "^8.43.0",
|
|
52
|
+
"@typescript-eslint/utils": "^8.43.0",
|
|
53
|
+
"@eslint-react/eff": "1.53.1-next.1",
|
|
54
|
+
"@eslint-react/kit": "1.53.1-next.1",
|
|
55
|
+
"@eslint-react/shared": "1.53.1-next.1",
|
|
56
|
+
"eslint-plugin-react-dom": "1.53.1-next.1",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.53.1-next.1",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.53.1-next.1",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.53.1-next.1",
|
|
60
|
+
"eslint-plugin-react-debug": "1.53.1-next.1",
|
|
61
|
+
"eslint-plugin-react-x": "1.53.1-next.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"tsdown": "^0.
|
|
64
|
+
"tsdown": "^0.15.0",
|
|
65
65
|
"@local/configs": "0.0.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|