shadcn-ui / next-template

A Next.js 13 template for building apps with Radix UI and Tailwind CSS.
https://template.shadcn.com
1.32k stars 200 forks source link

bug?: eslint tailwindcss config conflicts with Headwind extension in VSCode #12

Open serzhan181 opened 1 year ago

serzhan181 commented 1 year ago

I have extension in VSCode called "Headwind" which essentially helps to format tailwind classes in correct order, but the eslint config tailwindcss/order thinks of different correct way of formatting tailwindcss classes

serzhan181 commented 1 year ago

Before save. (eslint does not complain) изображение

After save (auto-refactor by headwind, eslint warns) изображение