-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Parser requires meta object #184
Comments
Thanks for the report, it looks like we need to change the parser to export the meta object. |
Did you mean to tag this as a bug instead of an enhancement? This is a fatal error being thrown. The parser does not work in a flat config. |
Hi @Logicer16. I tried flat config and couldn't see any errors, could you please share your eslint version?
Right, I'll change the label. Thanks! |
I've taken a look, it only seems to be an issue when either |
I've confirmed that the error you mentioned is reproduced! Thanks for the details. I'll fix it up and release it this weekend, but if you're planning to contribute yourself, let me know. I look forward to it. |
Hi @Logicer16 , It's fixed and released in |
Thank you so much! ❤️ |
When attempting to use
@html-eslint/parser
,eslint --cache
throws an error as the parser lacks a meta object:Config (eslint.config.js):
The text was updated successfully, but these errors were encountered: