Skip to content

Commit

Permalink
docs(eslint-plugin): [no-explicit-any] correct docs
Browse files Browse the repository at this point in the history
Remove stray word from doc

on-behalf-of: @wmde <software@wikimedia.de>
  • Loading branch information
wiese authored and bradzacher committed Jun 19, 2019
1 parent c14ade7 commit 48548ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/no-explicit-any.md
Expand Up @@ -5,7 +5,7 @@ When `any` is used, all compiler type checks around that value are ignored.

## Rule Details

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

0 comments on commit 48548ea

Please sign in to comment.