Skip to content

Commit 83c7d71

Browse files
authored
docs(migration): update status for react/jsx-boolean-value > jsx-shorthand-boolean from ✅ to 🔧.
Our rule provides an automatic fix (meta.fixable: "code"), so it qualifies as "Fully supported with auto-fix". Signed-off-by: Eugene <[email protected]>
1 parent ddcc792 commit 83c7d71

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
@@ -55,7 +55,7 @@ The following table compares all rules from `eslint-plugin-react` with their ESL
5555
| [`function-component-definition`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/function-component-definition.md) | | 🔧 ||
5656
| [`hook-use-state`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/hook-use-state.md) | [`naming-convention/use-state`](/docs/rules/naming-convention-use-state) |||
5757
| [`iframe-missing-sandbox`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/iframe-missing-sandbox.md) | [`dom/no-missing-iframe-sandbox`](/docs/rules/dom-no-missing-iframe-sandbox) || 🔧 |
58-
| [`jsx-boolean-value`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-boolean-value.md) | [`jsx-shorthand-boolean`](/docs/rules/jsx-shorthand-boolean) / [`avoid-shorthand-boolean`](/docs/rules/avoid-shorthand-boolean) | 🔧 | |
58+
| [`jsx-boolean-value`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-boolean-value.md) | [`jsx-shorthand-boolean`](/docs/rules/jsx-shorthand-boolean) / [`avoid-shorthand-boolean`](/docs/rules/avoid-shorthand-boolean) | 🔧 | 🔧 |
5959
| [`jsx-child-element-spacing`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-child-element-spacing.md) | [`@stylistic/jsx-child-element-spacing`](https://eslint.style/rules/jsx-child-element-spacing) || ➡️ |
6060
| [`jsx-closing-bracket-location`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-closing-bracket-location.md) | [`@stylistic/jsx-closing-bracket-location`](https://eslint.style/rules/jsx-closing-bracket-location) | 🔧 | ➡️ |
6161
| [`jsx-closing-tag-location`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-closing-tag-location.md) | [`@stylistic/jsx-closing-tag-location`](https://eslint.style/rules/jsx-closing-tag-location) | 🔧 | ➡️ |

0 commit comments

Comments
 (0)