You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
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?)
The text was updated successfully, but these errors were encountered:
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 includeObject
since it's too generic?)The text was updated successfully, but these errors were encountered: