eslint-plugin-react-jsx 4.2.0-beta.2 → 4.2.1-rc.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -23,7 +23,7 @@ var __exportAll = (all, no_symbols) => {
23
23
  //#endregion
24
24
  //#region package.json
25
25
  var name$2 = "eslint-plugin-react-jsx";
26
- var version = "4.2.0-beta.2";
26
+ var version = "4.2.1-rc.0";
27
27
 
28
28
  //#endregion
29
29
  //#region src/utils/create-rule.ts
@@ -237,7 +237,7 @@ const RULE_NAME$3 = "no-comment-textnodes";
237
237
  var no_comment_textnodes_default = createRule({
238
238
  meta: {
239
239
  type: "problem",
240
- docs: { description: "Prevents comment strings (ex: beginning with '//' or '/*') from being accidentally inserted into a JSX element's text nodes." },
240
+ docs: { description: "Prevents comment strings from being accidentally inserted into a JSX element's text nodes." },
241
241
  messages: { default: "Possible misused comment in text node. Comments inside children section of tag should be placed inside braces." },
242
242
  schema: []
243
243
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-jsx",
3
- "version": "4.2.0-beta.2",
3
+ "version": "4.2.1-rc.0",
4
4
  "description": "ESLint React's ESLint plugin for React Flavored JSX rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -43,11 +43,11 @@
43
43
  "@typescript-eslint/utils": "^8.58.0",
44
44
  "compare-versions": "^6.1.1",
45
45
  "ts-pattern": "^5.9.0",
46
- "@eslint-react/ast": "4.2.0-beta.2",
47
- "@eslint-react/core": "4.2.0-beta.2",
48
- "@eslint-react/shared": "4.2.0-beta.2",
49
- "@eslint-react/var": "4.2.0-beta.2",
50
- "@eslint-react/jsx": "4.2.0-beta.2"
46
+ "@eslint-react/ast": "4.2.1-rc.0",
47
+ "@eslint-react/core": "4.2.1-rc.0",
48
+ "@eslint-react/jsx": "4.2.1-rc.0",
49
+ "@eslint-react/var": "4.2.1-rc.0",
50
+ "@eslint-react/shared": "4.2.1-rc.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/react": "^19.2.14",