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
Is your feature request related to a problem? Please describe. Currently, the plugin not supported flat config.
Describe the solution you'd like I want to use it not only for js/ts file, but also for html file with flat config.
js/ts
html
flat config
Additional context This is my flat config look like:
And Compat solution made plugin work with js file:
Compat
js
But I want it also work in HTML file:
HTML
I try import the parser like in document:
parser
But it throw the error:
Please help me 😢
The text was updated successfully, but these errors were encountered:
You can find a workaround here #280.
Sorry, something went wrong.
I can't solve my issue with Compat solution. I will wait for Flat config support in future.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently, the plugin not supported flat config.
Describe the solution you'd like
I want to use it not only for
js/ts
file, but also forhtml
file withflat config
.Additional context

This is my
flat config
look like:And

Compat
solution made plugin work withjs
file:But I want it also work in

HTML
file:I try import the


parser
like in document:But it throw the error:

Please help me 😢
The text was updated successfully, but these errors were encountered: