eslint-plugin-react-x 2.0.1 → 2.0.2-beta.1
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 +2 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -115,7 +115,7 @@ const settings = { ...settings$1 };
|
|
|
115
115
|
//#endregion
|
|
116
116
|
//#region package.json
|
|
117
117
|
var name = "eslint-plugin-react-x";
|
|
118
|
-
var version = "2.0.1";
|
|
118
|
+
var version = "2.0.2-beta.1";
|
|
119
119
|
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/utils/create-rule.ts
|
|
@@ -2850,7 +2850,7 @@ var no_unused_props_default = createRule({
|
|
|
2850
2850
|
meta: {
|
|
2851
2851
|
type: "problem",
|
|
2852
2852
|
docs: {
|
|
2853
|
-
description: "Warns
|
|
2853
|
+
description: "Warns component props that are defined but never used.",
|
|
2854
2854
|
[Symbol.for("rule_features")]: RULE_FEATURES$7
|
|
2855
2855
|
},
|
|
2856
2856
|
messages: { noUnusedProps: "Prop `{{name}}` is declared but never used" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.0.1",
|
|
3
|
+
"version": "2.0.2-beta.1",
|
|
4
4
|
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"is-immutable-type": "^5.0.1",
|
|
43
43
|
"string-ts": "^2.2.1",
|
|
44
44
|
"ts-pattern": "^5.8.0",
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/eff": "2.0.1",
|
|
48
|
-
"@eslint-react/shared": "2.0.1",
|
|
49
|
-
"@eslint-react/kit": "2.0.1",
|
|
50
|
-
"@eslint-react/var": "2.0.1"
|
|
45
|
+
"@eslint-react/ast": "2.0.2-beta.1",
|
|
46
|
+
"@eslint-react/core": "2.0.2-beta.1",
|
|
47
|
+
"@eslint-react/eff": "2.0.2-beta.1",
|
|
48
|
+
"@eslint-react/shared": "2.0.2-beta.1",
|
|
49
|
+
"@eslint-react/kit": "2.0.2-beta.1",
|
|
50
|
+
"@eslint-react/var": "2.0.2-beta.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.1.14",
|
|
54
54
|
"@types/react-dom": "^19.1.9",
|
|
55
55
|
"ts-api-utils": "^2.1.0",
|
|
56
|
-
"tsdown": "^0.15.
|
|
56
|
+
"tsdown": "^0.15.5",
|
|
57
57
|
"@local/configs": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|