eslint-plugin-react-x 2.0.6 → 2.0.7-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 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -134,7 +134,7 @@ const settings = { ...settings$1 };
|
|
|
134
134
|
//#endregion
|
|
135
135
|
//#region package.json
|
|
136
136
|
var name = "eslint-plugin-react-x";
|
|
137
|
-
var version = "2.0.
|
|
137
|
+
var version = "2.0.7-beta.1";
|
|
138
138
|
|
|
139
139
|
//#endregion
|
|
140
140
|
//#region src/utils/create-rule.ts
|
|
@@ -1369,6 +1369,7 @@ var no_forbidden_props_default = createRule({
|
|
|
1369
1369
|
messages: { [messageId]: "Prop \"{{name}}\" is forbidden." },
|
|
1370
1370
|
schema: [{
|
|
1371
1371
|
type: "object",
|
|
1372
|
+
additionalProperties: false,
|
|
1372
1373
|
properties: { forbid: {
|
|
1373
1374
|
type: "array",
|
|
1374
1375
|
items: { anyOf: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7-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",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"string-ts": "^2.2.1",
|
|
44
44
|
"ts-api-utils": "^2.1.0",
|
|
45
45
|
"ts-pattern": "^5.8.0",
|
|
46
|
-
"@eslint-react/ast": "2.0.
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
46
|
+
"@eslint-react/ast": "2.0.7-beta.1",
|
|
47
|
+
"@eslint-react/shared": "2.0.7-beta.1",
|
|
48
|
+
"@eslint-react/var": "2.0.7-beta.1",
|
|
49
|
+
"@eslint-react/core": "2.0.7-beta.1",
|
|
50
|
+
"@eslint-react/eff": "2.0.7-beta.1",
|
|
51
|
+
"@eslint-react/kit": "2.0.7-beta.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@local/configs": "0.0.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"eslint": "^9.
|
|
60
|
+
"eslint": "^9.37.0",
|
|
61
61
|
"typescript": "^5.9.3"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|