theron-wang / VS2022-Editor-Support-for-Tailwind-CSS

Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more to enhance the development experience in Visual Studio 2022.
https://marketplace.visualstudio.com/items?itemName=TheronWang.TailwindCSSIntellisense
MIT License
89 stars 5 forks source link

Add linting #28

Closed skttl closed 9 months ago

skttl commented 10 months ago

Would be nice if the plugin could lint like the official vs code extension.

Eg. if I have <div class="lg:h-[634px] mt-26 mb-12 lg:mb-24 relative absolute"> I want it to put green squigglies below relative and absolute.

theron-wang commented 9 months ago

Sorry for the late response. I just added linting, so you should be able to use it once you update the extension.

Thanks for the suggestion!

skttl commented 9 months ago

This is great - thanks!