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
import type { PluginIDType } from '../plugin';
gets import/named error
using flow... the file has
export opaque type PluginIDType: string = string;
(it also doesnt work with any regular types either FYI its not just opaque type - this eslint plugin just fails pretty often with flow used)
Flow works flawlessly and knows the type but this errors out
The text was updated successfully, but these errors were encountered:
I believe this is fixed by #1106 . @ljharb can you please release, the fix has been there for more than 3 weeks but is not yet out....
Sorry, something went wrong.
Thanks, then this can be closed.
A release will be made when there's time to make one.
No branches or pull requests
gets import/named error
using flow... the file has
(it also doesnt work with any regular types either FYI its not just opaque type - this eslint plugin just fails pretty often with flow used)
Flow works flawlessly and knows the type but this errors out
The text was updated successfully, but these errors were encountered: