@eslint-react/eslint-plugin 1.52.10-next.2 → 1.52.10-next.3
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ const __eslint_react_shared = __toESM(require("@eslint-react/shared"));
|
|
|
37
37
|
|
|
38
38
|
//#region package.json
|
|
39
39
|
var name = "@eslint-react/eslint-plugin";
|
|
40
|
-
var version = "1.52.10-next.
|
|
40
|
+
var version = "1.52.10-next.3";
|
|
41
41
|
|
|
42
42
|
//#endregion
|
|
43
43
|
//#region src/configs/dom.ts
|
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
11
|
var name = "@eslint-react/eslint-plugin";
|
|
12
|
-
var version = "1.52.10-next.
|
|
12
|
+
var version = "1.52.10-next.3";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.52.10-next.
|
|
3
|
+
"version": "1.52.10-next.3",
|
|
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.42.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.42.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.42.0",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-plugin-react-dom": "1.52.10-next.
|
|
57
|
-
"
|
|
58
|
-
"eslint-plugin-react-naming-convention": "1.52.10-next.
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/kit": "1.52.10-next.3",
|
|
54
|
+
"@eslint-react/shared": "1.52.10-next.3",
|
|
55
|
+
"@eslint-react/eff": "1.52.10-next.3",
|
|
56
|
+
"eslint-plugin-react-dom": "1.52.10-next.3",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.52.10-next.3",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.52.10-next.3",
|
|
59
|
+
"eslint-plugin-react-x": "1.52.10-next.3",
|
|
60
|
+
"eslint-plugin-react-hooks-extra": "1.52.10-next.3",
|
|
61
|
+
"eslint-plugin-react-debug": "1.52.10-next.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsdown": "^0.14.2",
|