File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
packages/plugins/eslint-plugin-react-x/src/rules Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -98,3 +98,10 @@ function MyComponent({ price }) {
9898
9999- [ Rule Source] ( https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x/src/rules/jsx-dollar.ts )
100100- [ Test Source] ( https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x/src/rules/jsx-dollar.spec.ts )
101+
102+ ---
103+
104+ ## See Also
105+
106+ - [ ` jsx-no-comment-textnodes ` ] ( ./jsx-no-comment-textnodes ) \
107+ Prevents comment strings (e.g. beginning with ` // ` or ` /* ` ) from being accidentally inserted into the JSX element's textnodes.
Original file line number Diff line number Diff line change @@ -77,3 +77,10 @@ function MyComponent() {
7777
7878- [ Rule Source] ( https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x/src/rules/jsx-no-comment-textnodes.ts )
7979- [ Test Source] ( https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x/src/rules/jsx-no-comment-textnodes.spec.ts )
80+
81+ ---
82+
83+ ## See Also
84+
85+ - [ ` jsx-dollar ` ] ( ./jsx-dollar ) \
86+ Prevents unnecessary dollar signs (` $ ` ) from being inserted before an expression in JSX.
You can’t perform that action at this time.
0 commit comments