Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b43fda7

Browse files
authored
docs(eslint-plugin): [consistent-type-definitions] fix a typo (typescript-eslint#4009)
Seems like the `interface` option was intended
1 parent 8605e08 commit b43fda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/consistent-type-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface T {
5959
}
6060
```
6161

62-
Examples of **correct** code with `type` option.
62+
Examples of **correct** code with `interface` option.
6363

6464
```ts
6565
type T = { x: number };

0 commit comments

Comments
 (0)