Skip to content

Commit

Permalink
docs(eslint-plugin): Fix consistent-type-definitions README with co…
Browse files Browse the repository at this point in the history
…rrect usage of type (#4039)
  • Loading branch information
kylepeeler committed Nov 1, 2021
1 parent 18104cd commit 475caa4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -59,7 +59,7 @@ interface T {
}
```

Examples of **correct** code with `interface` option.
Examples of **correct** code with `type` option.

```ts
type T = { x: number };
Expand Down

0 comments on commit 475caa4

Please sign in to comment.