You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, eslint-plugin-html should be compatible with @html-eslint. However, when I tried using both in my project, I noticed that eslint-plugin-html stops working. It seems like the issue is caused by @html-eslint/parser.
Here are the details:
When I use eslint-plugin-html on its own, it works perfectly fine.
As soon as I introduce @html-eslint and its parser, eslint-plugin-html no longer functions.
I’d like to know if this is a known issue or if there's any way to make these two plugins work together.
Description
According to the documentation,
eslint-plugin-html
should be compatible with@html-eslint
. However, when I tried using both in my project, I noticed thateslint-plugin-html
stops working. It seems like the issue is caused by@html-eslint/parser
.Here are the details:
eslint-plugin-html
on its own, it works perfectly fine.@html-eslint
and its parser,eslint-plugin-html
no longer functions.I’d like to know if this is a known issue or if there's any way to make these two plugins work together.
Thanks!
Setup configuration
The text was updated successfully, but these errors were encountered: