Skip to content

Commit

Permalink
docs(eslint-plugin): fix key-spacing core rule name (#6395)
Browse files Browse the repository at this point in the history
docs(key-spacing): fix core rule name
  • Loading branch information
FloEdelmann committed Jan 31, 2023
1 parent 077ed1b commit 056e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/key-spacing.md
Expand Up @@ -8,5 +8,5 @@ description: 'Enforce consistent spacing between property names and type annotat
## Examples

This rule extends the base [`eslint/keyword-spacing`](https://eslint.org/docs/rules/key-spacing) rule.
This rule extends the base [`eslint/key-spacing`](https://eslint.org/docs/rules/key-spacing) rule.
This version adds support for type annotations on interfaces, classes and type literals properties.

0 comments on commit 056e9f0

Please sign in to comment.