Skip to content

Commit 41ffafe

Browse files
authored
docs(migration): update status for react/jsx-fragments > jsx-shorthand-fragment from ✅ to 🔧
The rule is auto-fixable Signed-off-by: Eugene <[email protected]>
1 parent 83c7d71 commit 41ffafe

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
@@ -65,7 +65,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
6565
| [`jsx-equals-spacing`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-equals-spacing.md) | [`@stylistic/jsx-equals-spacing`](https://eslint.style/rules/jsx-equals-spacing) | 🔧 | ➡️ |
6666
| [`jsx-filename-extension`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-filename-extension.md) | [`naming-convention/filename-extension`](/docs/rules/naming-convention-filename-extension) |||
6767
| [`jsx-first-prop-new-line`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-first-prop-new-line.md) | [`@stylistic/jsx-first-prop-new-line`](https://eslint.style/rules/jsx-first-prop-new-line) | 🔧 | ➡️ |
68-
| [`jsx-fragments`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-fragments.md) | [`jsx-shorthand-fragment`](/docs/rules/jsx-shorthand-fragment) / [`avoid-shorthand-fragment`](/docs/rules/avoid-shorthand-fragment) | 🔧 | |
68+
| [`jsx-fragments`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-fragments.md) | [`jsx-shorthand-fragment`](/docs/rules/jsx-shorthand-fragment) / [`avoid-shorthand-fragment`](/docs/rules/avoid-shorthand-fragment) | 🔧 | 🔧 |
6969
| [`jsx-handler-names`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-handler-names.md) | |||
7070
| [`jsx-indent`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-indent.md) | [`@stylistic/jsx-indent`](https://eslint.style/rules/jsx-indent) | 🔧 | ➡️ |
7171
| [`jsx-indent-props`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-indent-props.md) | [`@stylistic/jsx-indent-props`](https://eslint.style/rules/jsx-indent-props) | 🔧 | ➡️ |

0 commit comments

Comments
 (0)