eslint-plugin-react-x 5.7.2-next.0 → 5.7.2
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -143,7 +143,7 @@ const rules$6 = {
|
|
|
143
143
|
//#endregion
|
|
144
144
|
//#region package.json
|
|
145
145
|
var name$6 = "eslint-plugin-react-x";
|
|
146
|
-
var version = "5.7.2
|
|
146
|
+
var version = "5.7.2";
|
|
147
147
|
|
|
148
148
|
//#endregion
|
|
149
149
|
//#region src/utils/create-rule.ts
|
|
@@ -7729,7 +7729,6 @@ const rules$5 = {
|
|
|
7729
7729
|
"react-x/no-unsafe-component-will-receive-props": "warn",
|
|
7730
7730
|
"react-x/no-unsafe-component-will-update": "warn",
|
|
7731
7731
|
"react-x/no-unused-class-component-members": "warn",
|
|
7732
|
-
"react-x/no-unused-state": "warn",
|
|
7733
7732
|
"react-x/no-use-context": "warn",
|
|
7734
7733
|
"react-x/purity": "warn",
|
|
7735
7734
|
"react-x/rules-of-hooks": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "5.7.2
|
|
3
|
+
"version": "5.7.2",
|
|
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",
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"string-ts": "^2.3.1",
|
|
46
46
|
"ts-api-utils": "^2.5.0",
|
|
47
47
|
"ts-pattern": "^5.9.0",
|
|
48
|
-
"@eslint-react/ast": "5.7.2
|
|
49
|
-
"@eslint-react/core": "5.7.2
|
|
50
|
-
"@eslint-react/eslint": "5.7.2
|
|
51
|
-
"@eslint-react/jsx": "5.7.2
|
|
52
|
-
"@eslint-react/shared": "5.7.2
|
|
53
|
-
"@eslint-react/var": "5.7.2
|
|
48
|
+
"@eslint-react/ast": "5.7.2",
|
|
49
|
+
"@eslint-react/core": "5.7.2",
|
|
50
|
+
"@eslint-react/eslint": "5.7.2",
|
|
51
|
+
"@eslint-react/jsx": "5.7.2",
|
|
52
|
+
"@eslint-react/shared": "5.7.2",
|
|
53
|
+
"@eslint-react/var": "5.7.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19.2.14",
|