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 18, 2021. It is now read-only.
When using Flow, most type annotations work perfectly. However, a custom type that is only used as a type declaration for a function parameter with a default value is reported as being unused. Here's a simple example:
Reports the following error: error "ResolveOptionType" is defined but never used no-unused-vars. If this is a limitation of Flow, not babel-eslint, please let me know so I can put my issue in the right place.
The text was updated successfully, but these errors were encountered:
When using Flow, most type annotations work perfectly. However, a custom type that is only used as a type declaration for a function parameter with a default value is reported as being unused. Here's a simple example:
Reports the following error:
error "ResolveOptionType" is defined but never used no-unused-vars
. If this is a limitation of Flow, not babel-eslint, please let me know so I can put my issue in the right place.The text was updated successfully, but these errors were encountered: