nuxt-ui-pro / saas

A SaaS template made with Nuxt UI Pro.
https://saas-template.nuxt.dev
263 stars 59 forks source link

feat(eslint): add `eslint-plugin-tailwindcss` #41

Closed shinGangan closed 3 months ago

shinGangan commented 3 months ago

✋ Context

Nuxt UI is implemented based on Tailwind CSS. Therefore, it can benefit from eslint-plugin-tailwindcss.

Users who use this template will need to configure ESLint's findings themselves later.(I added it in my personal repo already)

So, how about adding the settings as a template?

shinGangan commented 3 months ago

Hi @benjamincanac , I would love to hear your opinion.

benjamincanac commented 3 months ago

I agree this could be a nice addition but I'm not sure I want to enforce this when creating a new project. I like the idea of having the eslint module by default and then people can add their own plugin.

shinGangan commented 3 months ago

Well, I had a similar opinion, so I asked the question in an issue rather than a PR.

I support this opinion and will close this issue. Thank you for your answer. @benjamincanac