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

Skip to content

Commit 48548ea

Browse files
wiesebradzacher
authored andcommitted
docs(eslint-plugin): [no-explicit-any] correct docs
Remove stray word from doc on-behalf-of: @wmde <[email protected]>
1 parent c14ade7 commit 48548ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/no-explicit-any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When `any` is used, all compiler type checks around that value are ignored.
55

66
## Rule Details
77

8-
This rule goes doesn't allow `any` types to be defined.
8+
This rule doesn't allow `any` types to be defined.
99
It aims to keep TypeScript maximally useful.
1010
TypeScript has a compiler flag for `--noImplicitAny` that will prevent
1111
an `any` type from being implied by the compiler, but doesn't prevent

0 commit comments

Comments
 (0)