Open serzhan181 opened 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
Before save. (eslint does not complain)
After save (auto-refactor by headwind, eslint warns)
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