@eslint-react/eslint-plugin 5.6.7-beta.0 → 5.7.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 +11 -11
package/dist/index.js
CHANGED
|
@@ -59,6 +59,7 @@ const rules$22 = {
|
|
|
59
59
|
"@eslint-react/no-unsafe-component-will-receive-props": "warn",
|
|
60
60
|
"@eslint-react/no-unsafe-component-will-update": "warn",
|
|
61
61
|
"@eslint-react/no-unused-class-component-members": "warn",
|
|
62
|
+
"@eslint-react/no-unused-state": "warn",
|
|
62
63
|
"@eslint-react/no-use-context": "warn",
|
|
63
64
|
"@eslint-react/purity": "warn",
|
|
64
65
|
"@eslint-react/rules-of-hooks": "error",
|
|
@@ -117,6 +118,8 @@ const rules$21 = {
|
|
|
117
118
|
"@eslint-react/no-unstable-context-value": "warn",
|
|
118
119
|
"@eslint-react/no-unstable-default-props": "warn",
|
|
119
120
|
"@eslint-react/no-unused-class-component-members": "warn",
|
|
121
|
+
"@eslint-react/no-unused-props": "warn",
|
|
122
|
+
"@eslint-react/no-unused-state": "warn",
|
|
120
123
|
"@eslint-react/no-use-context": "warn",
|
|
121
124
|
"@eslint-react/purity": "warn",
|
|
122
125
|
"@eslint-react/refs": "error",
|
|
@@ -448,7 +451,7 @@ const settings = { ...settings$1 };
|
|
|
448
451
|
//#endregion
|
|
449
452
|
//#region package.json
|
|
450
453
|
var name = "@eslint-react/eslint-plugin";
|
|
451
|
-
var version = "5.
|
|
454
|
+
var version = "5.7.0";
|
|
452
455
|
|
|
453
456
|
//#endregion
|
|
454
457
|
//#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.
|
|
3
|
+
"version": "5.7.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,22 +42,22 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"
|
|
46
|
-
"eslint-plugin-react-
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-x": "5.
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"eslint-plugin-react-dom": "5.7.0",
|
|
46
|
+
"eslint-plugin-react-jsx": "5.7.0",
|
|
47
|
+
"eslint-plugin-react-naming-convention": "5.7.0",
|
|
48
|
+
"@eslint-react/shared": "5.7.0",
|
|
49
|
+
"eslint-plugin-react-rsc": "5.7.0",
|
|
50
|
+
"eslint-plugin-react-x": "5.7.0",
|
|
51
|
+
"eslint-plugin-react-web-api": "5.7.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.14",
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
|
-
"eslint": "^10.
|
|
56
|
+
"eslint": "^10.3.0",
|
|
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",
|