eslint-plugin-react-x 2.2.3-beta.0 → 2.2.3-beta.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 +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var __export = (all) => {
|
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region package.json
|
|
30
30
|
var name$6 = "eslint-plugin-react-x";
|
|
31
|
-
var version = "2.2.3-beta.
|
|
31
|
+
var version = "2.2.3-beta.2";
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/utils/create-rule.ts
|
|
@@ -3636,7 +3636,7 @@ const name$2 = "react-x/strict";
|
|
|
3636
3636
|
const rules$2 = {
|
|
3637
3637
|
...rules$6,
|
|
3638
3638
|
"react-x/jsx-no-iife": "error",
|
|
3639
|
-
"react-x/no-children-prop": "
|
|
3639
|
+
"react-x/no-children-prop": "error",
|
|
3640
3640
|
"react-x/no-class-component": "error",
|
|
3641
3641
|
"react-x/no-misused-capture-owner-stack": "error",
|
|
3642
3642
|
"react-x/no-unnecessary-key": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.2.3-beta.
|
|
3
|
+
"version": "2.2.3-beta.2",
|
|
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,11 +43,11 @@
|
|
|
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.2.3-beta.
|
|
47
|
-
"@eslint-react/core": "2.2.3-beta.
|
|
48
|
-
"@eslint-react/eff": "2.2.3-beta.
|
|
49
|
-
"@eslint-react/shared": "2.2.3-beta.
|
|
50
|
-
"@eslint-react/var": "2.2.3-beta.
|
|
46
|
+
"@eslint-react/ast": "2.2.3-beta.2",
|
|
47
|
+
"@eslint-react/core": "2.2.3-beta.2",
|
|
48
|
+
"@eslint-react/eff": "2.2.3-beta.2",
|
|
49
|
+
"@eslint-react/shared": "2.2.3-beta.2",
|
|
50
|
+
"@eslint-react/var": "2.2.3-beta.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/react": "^19.2.2",
|