Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Ensure nothing is explicitly typed as "any" #2

Open
mxstbr opened this issue Mar 14, 2018 · 0 comments
Open

Ensure nothing is explicitly typed as "any" #2

mxstbr opened this issue Mar 14, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mxstbr
Copy link
Contributor

mxstbr commented Mar 14, 2018

While Flow has its linter, which has a setting that nothing can be typed as "any", that's unfortunately not very applicable in the real-world as you'll encounter tons of dependencies that are untyped and it's simply not feasible to type them all.

Instead, this plugin should check and make sure that nothing is explicitly typed as any in the code. (maybe also include Object since it's too generic?)

@mxstbr mxstbr added enhancement New feature or request help wanted Extra attention is needed labels Mar 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant