microverseinc / linters-config

250 stars 1.25k forks source link

Add support for Tailwindcss in Stylelint configuration #179

Open ahangarha opened 2 years ago

ahangarha commented 2 years ago

I see people face some issues with Stylelint while using Tailwindcss. Please either update the linter config to automatically ignore the errors related to Tailwindcss or let the programmer make such modifications or provide a better way to do this than adding some tweak to the code base to make the linter avoid the error.

I don't think it is a good idea to manipulate the codebase to prevent errors caused by the QA mechanism.

topeogunleye commented 2 years ago

Yes, I completely agree with @ahangarha points above, We(students) have been having some issues with using Tailwind CSS, and it would be great if support for tailwind CSS can be added to the config files

awais-amjed commented 2 years ago

Yes, I am also interested in using Tailwindcss, So it would be great if Microverse can provide a way around.

bellom commented 2 years ago

I see people face some issues with Stylelint while using Tailwindcss. Please either update the linter config to automatically ignore the errors related to Tailwindcss or let the programmer make such modifications or provide a better way to do this than adding some tweak to the code base to make the linter avoid the error.

I don't think it is a good idea to manipulate the codebase to prevent errors caused by the QA mechanism.

@ahangarha - Thank you.