Skip to content

Commit 86cccc9

Browse files
authored
docs: use correct link for prefer-react-namespace-import in rule list (#849)
Signed-off-by: Pavel <[email protected]>
1 parent 7430ad8 commit 86cccc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/rules/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
| [`no-unused-state`](no-unused-state) | Warns unused class component state. | ✔️ | | |
6767
| [`no-useless-fragment`](no-useless-fragment) | Prevents using useless `fragment` components or `<>` syntax. | ✔️ | | |
6868
| [`prefer-destructuring-assignment`](prefer-destructuring-assignment) | Enforces using destructuring assignment over property assignment. | 🎨 | | |
69-
| [`prefer-react-namespace-import`](prefer-destructuring-assignment) | Enforce React is imported via a namespace import | 🎨 | | |
69+
| [`prefer-react-namespace-import`](prefer-react-namespace-import) | Enforce React is imported via a namespace import | 🎨 | | |
7070
| [`prefer-read-only-props`](prefer-read-only-props) | Enforces read-only props in components. | ✔️ | 💭 | |
7171
| [`prefer-shorthand-boolean`](prefer-shorthand-boolean) | Enforces using shorthand syntax for boolean attributes. | 🎨 | | |
7272
| [`prefer-shorthand-fragment`](prefer-shorthand-fragment) | Enforces using shorthand syntax for fragments. | 🎨 | | |

0 commit comments

Comments
 (0)