I'm using html-eslint and it works fine:

But, then I want to use eslint-plugin-tailwindcss to lint tailwind elements.



It works. But, as you can see, I need to use @angular-eslint/template-parser for HTML file to make Tailwind-eslint worked.
And as I know so far, I'm not able to use both @angular-eslint/template-parser and @html-eslint/parser at the same time.

I wonder if I can do something to solve this problem? I would love some advice, thank you all very much.