Nuxt eslint, sort tailwindcss
hello, here you say that prettier is useless with the new eslint module, but then how to sort tailwind classes? With prettier I was using prettier-plugin-tailwindcss but is there a solution with eslint?
Nuxt
Contribution Β· Nuxt Community
Nuxt is a community project - and so we love contributions of all kinds! β€οΈ
4 Replies
Ive been using this and it works great. https://www.npmjs.com/package/eslint-plugin-tailwindcss
npm
eslint-plugin-tailwindcss
Rules enforcing best practices while using Tailwind CSS. Latest version: 3.15.1, last published: a month ago. Start using eslint-plugin-tailwindcss in your project by running
npm i eslint-plugin-tailwindcss
. There are 293 other projects in the npm registry using eslint-plugin-tailwindcss.I'm using this with
antfu/eslint-config
. I haven't migrated to the new nuxt/eslint module but will be pretty much the same
whats the module for
plugin:tailwindcss/recommended
?npm
eslint-plugin-tailwindcss
Rules enforcing best practices while using Tailwind CSS. Latest version: 3.15.1, last published: a month ago. Start using eslint-plugin-tailwindcss in your project by running
npm i eslint-plugin-tailwindcss
. There are 293 other projects in the npm registry using eslint-plugin-tailwindcss.