eslint-plugin-react-jsx 5.3.2-next.0 → 5.3.3-beta.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 +2 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$2 = "eslint-plugin-react-jsx";
|
|
27
|
-
var version = "5.3.
|
|
27
|
+
var version = "5.3.3-beta.0";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/rules/no-children-prop-with-children/lib.ts
|
|
@@ -590,6 +590,7 @@ var recommended_exports = /* @__PURE__ */ __exportAll({
|
|
|
590
590
|
const name$1 = "react-jsx/recommended";
|
|
591
591
|
const rules$1 = {
|
|
592
592
|
"react-jsx/no-children-prop": "warn",
|
|
593
|
+
"react-jsx/no-children-prop-with-children": "error",
|
|
593
594
|
"react-jsx/no-comment-textnodes": "warn",
|
|
594
595
|
"react-jsx/no-key-after-spread": "error",
|
|
595
596
|
"react-jsx/no-leaked-dollar": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-jsx",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.3-beta.0",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for React Flavored JSX rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@typescript-eslint/utils": "^8.58.2",
|
|
44
44
|
"compare-versions": "^6.1.1",
|
|
45
45
|
"ts-pattern": "^5.9.0",
|
|
46
|
-
"@eslint-react/ast": "5.3.
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
46
|
+
"@eslint-react/ast": "5.3.3-beta.0",
|
|
47
|
+
"@eslint-react/eslint": "5.3.3-beta.0",
|
|
48
|
+
"@eslint-react/jsx": "5.3.3-beta.0",
|
|
49
|
+
"@eslint-react/core": "5.3.3-beta.0",
|
|
50
|
+
"@eslint-react/shared": "5.3.3-beta.0",
|
|
51
|
+
"@eslint-react/var": "5.3.3-beta.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.14",
|