We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// foo.js // @flow strict export type Foo = string export default ''
// index.js // @flow strict import foo from './foo'
Expected: export type Foo is reported as unused Actual: no errors
export type Foo
The text was updated successfully, but these errors were encountered:
no-unused-modules
Successfully merging a pull request may close this issue.
Expected:
export type Foo
is reported as unusedActual: no errors
The text was updated successfully, but these errors were encountered: