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
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.