eslint-plugin-react-x 5.3.2-next.1 → 5.3.3-beta.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 +1 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -99,7 +99,6 @@ const conflictingRules = [
|
|
|
99
99
|
"react-hooks/refs",
|
|
100
100
|
"react-hooks/set-state-in-effect",
|
|
101
101
|
"react-hooks/set-state-in-render",
|
|
102
|
-
"react-hooks/static-components",
|
|
103
102
|
"react-hooks/unsupported-syntax",
|
|
104
103
|
"react-hooks/use-memo"
|
|
105
104
|
];
|
|
@@ -144,7 +143,7 @@ const rules$7 = {
|
|
|
144
143
|
//#endregion
|
|
145
144
|
//#region package.json
|
|
146
145
|
var name$6 = "eslint-plugin-react-x";
|
|
147
|
-
var version = "5.3.
|
|
146
|
+
var version = "5.3.3-beta.0";
|
|
148
147
|
|
|
149
148
|
//#endregion
|
|
150
149
|
//#region src/rules/component-hook-factories/lib.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3-beta.0",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"string-ts": "^2.3.1",
|
|
47
47
|
"ts-api-utils": "^2.5.0",
|
|
48
48
|
"ts-pattern": "^5.9.0",
|
|
49
|
-
"@eslint-react/ast": "5.3.
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"@eslint-react/var": "5.3.
|
|
49
|
+
"@eslint-react/ast": "5.3.3-beta.0",
|
|
50
|
+
"@eslint-react/eslint": "5.3.3-beta.0",
|
|
51
|
+
"@eslint-react/jsx": "5.3.3-beta.0",
|
|
52
|
+
"@eslint-react/shared": "5.3.3-beta.0",
|
|
53
|
+
"@eslint-react/core": "5.3.3-beta.0",
|
|
54
|
+
"@eslint-react/var": "5.3.3-beta.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/react": "^19.2.14",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"eslint": "^10.2.1",
|
|
60
60
|
"tsdown": "^0.21.9",
|
|
61
61
|
"tsl-dx": "^0.11.0",
|
|
62
|
-
"@local/
|
|
63
|
-
"@local/
|
|
62
|
+
"@local/eff": "3.0.0-beta.72",
|
|
63
|
+
"@local/configs": "0.0.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"eslint": "^10.2.1",
|