@eslint-react/eslint-plugin 5.5.5-beta.1 → 5.5.6-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 +4 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -64,6 +64,7 @@ const rules$22 = {
|
|
|
64
64
|
"@eslint-react/rules-of-hooks": "error",
|
|
65
65
|
"@eslint-react/set-state-in-effect": "warn",
|
|
66
66
|
"@eslint-react/set-state-in-render": "error",
|
|
67
|
+
"@eslint-react/static-components": "error",
|
|
67
68
|
"@eslint-react/unsupported-syntax": "error",
|
|
68
69
|
"@eslint-react/use-memo": "error",
|
|
69
70
|
"@eslint-react/use-state": "warn"
|
|
@@ -122,6 +123,7 @@ const rules$21 = {
|
|
|
122
123
|
"@eslint-react/rules-of-hooks": "error",
|
|
123
124
|
"@eslint-react/set-state-in-effect": "warn",
|
|
124
125
|
"@eslint-react/set-state-in-render": "error",
|
|
126
|
+
"@eslint-react/static-components": "error",
|
|
125
127
|
"@eslint-react/unsupported-syntax": "error",
|
|
126
128
|
"@eslint-react/use-memo": "error",
|
|
127
129
|
"@eslint-react/use-state": "warn",
|
|
@@ -227,6 +229,7 @@ const rules$16 = {
|
|
|
227
229
|
"@eslint-react/no-unused-props": "off",
|
|
228
230
|
"@eslint-react/refs": "off",
|
|
229
231
|
"@eslint-react/set-state-in-render": "off",
|
|
232
|
+
"@eslint-react/static-components": "off",
|
|
230
233
|
"@eslint-react/rsc-function-definition": "off",
|
|
231
234
|
"@eslint-react/web-api-no-leaked-fetch": "off"
|
|
232
235
|
};
|
|
@@ -444,7 +447,7 @@ const settings = { ...settings$1 };
|
|
|
444
447
|
//#endregion
|
|
445
448
|
//#region package.json
|
|
446
449
|
var name = "@eslint-react/eslint-plugin";
|
|
447
|
-
var version = "5.5.
|
|
450
|
+
var version = "5.5.6-next.0";
|
|
448
451
|
|
|
449
452
|
//#endregion
|
|
450
453
|
//#region src/utils/type-of.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.6-next.0",
|
|
4
4
|
"description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"
|
|
46
|
-
"eslint-
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"eslint-plugin-react-dom": "5.5.6-next.0",
|
|
46
|
+
"@eslint-react/shared": "5.5.6-next.0",
|
|
47
|
+
"eslint-plugin-react-rsc": "5.5.6-next.0",
|
|
48
|
+
"eslint-plugin-react-web-api": "5.5.6-next.0",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "5.5.6-next.0",
|
|
50
|
+
"eslint-plugin-react-x": "5.5.6-next.0",
|
|
51
|
+
"eslint-plugin-react-jsx": "5.5.6-next.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.14",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"eslint": "^10.2.1",
|
|
57
57
|
"tsdown": "^0.21.10",
|
|
58
58
|
"typescript": "^6.0.3",
|
|
59
|
-
"@local/
|
|
60
|
-
"@local/
|
|
59
|
+
"@local/eff": "3.0.0-beta.72",
|
|
60
|
+
"@local/configs": "0.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint": "^10.2.1",
|