Skip to content

Commit 4be2302

Browse files
committed
Fix rule mapping in migrating from eslint-plugin-react docs
1 parent 8fc7434 commit 4be2302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/content/docs/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
7070
| [`jsx-max-props-per-line`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-max-props-per-line.md) | [`@stylistic/jsx-max-props-per-line`](https://eslint.style/rules/jsx-max-props-per-line) | 🔧 | ➡️ |
7171
| [`jsx-newline`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-newline.md) | [`@stylistic/jsx-newline`](https://eslint.style/rules/jsx-newline) | 🔧 | ➡️ |
7272
| [`jsx-no-bind`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-bind.md) | |||
73-
| [`jsx-no-comment-textnodes`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-comment-textnodes.md) | [`jsx-no-comment-textnodes`](/docs/rules/jsx-no-comment-textnodes) / [`no-comment-textnodes`](/docs/rules/no-comment-textnodes) |||
73+
| [`jsx-no-comment-textnodes`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-comment-textnodes.md) | [`jsx-no-comment-textnodes`](/docs/rules/jsx-no-comment-textnodes) |||
7474
| [`jsx-no-constructed-context-values`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-constructed-context-values.md) | [`no-unstable-context-value`](/docs/rules/no-unstable-context-value) |||
7575
| [`jsx-no-duplicate-props`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-duplicate-props.md) | [`jsx-no-duplicate-props`](/docs/rules/jsx-no-duplicate-props) |||
7676
| [`jsx-no-leaked-render`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-leaked-render.md) | [`no-leaked-conditional-rendering`](/docs/rules/no-leaked-conditional-rendering) | 🔧 ||

0 commit comments

Comments
 (0)