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
In our project we have a folder called "Content" that gets exported as a type which causes a warning from our eslint:
export type Content = {};
Don't use {} as a type. {} actually means "any non-nullish value".
{}
I think it would be great if the extension skips these folders too?
Related to #11
The text was updated successfully, but these errors were encountered:
Remove empty collections (#15)
236f82a
Fixed in 236f82a
Sorry, something went wrong.
Great, thank you!
No branches or pull requests
In our project we have a folder called "Content" that gets exported as a type which causes a warning from our eslint:
export type Content = {};
I think it would be great if the extension skips these folders too?
Related to #11
The text was updated successfully, but these errors were encountered: