🌐
npm
npmjs.com › package › eslint-plugin-tailwindcss
eslint-plugin-tailwindcss - npm
July 16, 2025 - While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.
      » npm install eslint-plugin-tailwindcss
    
Published   Jul 16, 2025
Version   3.18.2
Author   François Massart
🌐
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss
GitHub - francoismassart/eslint-plugin-tailwindcss: ESLint plugin for Tailwind CSS usage · GitHub
While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.
Starred by 2.1K users
Forked by 110 users
Languages   JavaScript
Discussions

tailwind css - eslint-plugin-tailwindcss configuration not working - Stack Overflow
I'm having trouble putting the tailwind css plugin for eslint to work... I'm using sveltekit, not sure if that is relevant I've tried everything I know and could find online... the eslint.config.js More on stackoverflow.com
🌐 stackoverflow.com
[Feature request] Support Tailwind 4
Is your feature request related to a problem? Please describe. TailwindCSS 4 is in alpha and will be released soon. Currently I cannot use this module with Tailwind 4 because package.json specifies ^3.4.0. Describe the solution you'd lik... More on github.com
🌐 github.com
45
March 15, 2024
Has anyone figured out how to apply the eslint tailwindcss plugin to blade files?
Didn’t even know I wanted this until now More on reddit.com
🌐 r/laravel
10
8
September 26, 2023
tailwind css - Prettier plugin in eslint - Stack Overflow
I want to add the tailwind prettier plugin in my eslint. How do I do that? ... Sign up to request clarification or add additional context in comments. ... It could also be a .prettierrc file: { "plugins": [ "prettier-plugin-tailwindcss" ] } 2024-12-01T03:05:19.827Z+00:00 More on stackoverflow.com
🌐 stackoverflow.com
🌐
npm
npmjs.com › package › eslint-plugin-better-tailwindcss
eslint-plugin-better-tailwindcss - npm
4 weeks ago - auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.. Latest version: 4.3.2, last published: 25 days ago. Start using eslint-plugin-better-tailwindcss in your project by running `npm ...
      » npm install eslint-plugin-better-tailwindcss
    
Published   Mar 05, 2026
Version   4.3.2
Author   Roger Schönbächler
🌐
Stack Overflow
stackoverflow.com › questions › 79096277 › eslint-plugin-tailwindcss-configuration-not-working
tailwind css - eslint-plugin-tailwindcss configuration not working - Stack Overflow
Release notes and bug fixes for beta.stackoverflow.com · I’m Jody, the Chief Product and Technology Officer at Stack Overflow. Let’s... 2072 Turning off an ESLint rule for a specific line · 1 Prettier plugin in eslint · 860 Turning off eslint rule for a specific file · 2 how to use prettier-plugin-svelte with prettier-plugin-tailwindcss ·
🌐
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › issues › 325
[Feature request] Support Tailwind 4 · Issue #325 · francoismassart/eslint-plugin-tailwindcss
March 15, 2024 - Is your feature request related to a problem? Please describe. TailwindCSS 4 is in alpha and will be released soon. Currently I cannot use this module with Tailwind 4 because package.json specifies ^3.4.0. Describe the solution you'd lik...
Author   aslakhellesoy
🌐
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › releases
Releases · francoismassart/eslint-plugin-tailwindcss
While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.
Author   francoismassart
🌐
Medium
medium.com › @dobinshin › how-to-use-eslint-plugin-tailwindcss-9b3aba12e5f5
How to Use eslint-plugin-tailwindcss | by Dobinshin | Medium
June 18, 2024 - How to Use eslint-plugin-tailwindcss Why Bother? Notable Features: Enforces Shorthand: Ensures usage of shorthand properties. Example: Suggests m-4 instead of mt-4, mb-4, ml-4, mr-4. Identifies …
🌐
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › issues
Issues · francoismassart/eslint-plugin-tailwindcss
ESLint plugin for Tailwind CSS usage. Contribute to francoismassart/eslint-plugin-tailwindcss development by creating an account on GitHub.
Author   francoismassart
Find elsewhere
🌐
UNPKG
app.unpkg.com › eslint-plugin-tailwindcss@3.18.0
eslint-plugin-tailwindcss
1.13.5-beta.0 · 1.13.4 · 1.13.3 · 1.13.2 · 1.13.1 · 1.13.0 · 1.12.0 · 1.11.0 · 1.10.0 · 1.9.1 · 1.9.0 · 1.8.5 · 1.8.4 · 1.8.3 · 1.8.2 · 1.8.1 · 1.8.0 · 1.7.1 · 1.7.0 · 1.6.0 · 1.5.5 · 1.5.4 · 1.5.3 · 1.5.2 · 1.5.1 · 1.5.0 · 1.4.1 · 1.4.0 · 1.3.0 · 1.2.0 · 1.1.0 · 1.0.1 · Rules enforcing best practices while using Tailwind CSS · github.com/francoismassart/eslint-plugin-tailwindcss ·
🌐
Stack Overflow
stackoverflow.com › questions › 79666991 › linting-not-working-from-tailwindcss-v4-when-using-tailwindcss-intellisense
visual studio code - Linting not working from TailwindCSS v4 when using TailwindCSS IntelliSense - Stack Overflow
{ "dependencies": { "clsx": "^2.1.1", "react": "19.1.0", "react-awesome-reveal": "^4.3.1", "react-dom": "19.1.0", "react-hook-form": "^7.58.0", "react-icons": "^5.5.0", "tailwind-merge": "^3.3.1", "tailwindcss-animate": "^1.0.7", }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@next/eslint-plugin-next": "^15.3.3", "@tailwindcss/postcss": "^4.1.10", "@tailwindcss/typography": "^0.5.16", "@types/node": "^22.15.31", "@types/react": "19.1.4", "@types/react-dom": "19.1.5", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "eslint": "^9.29.0", "eslint-config-next": "^15.3.3", "eslint-plugin-next": "^0.0.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "postcss": "^8.5.5", "tailwindcss": "^4.1.10", "tw-animate-css": "^1.3.4", "typescript": "^5.8.3", "typescript-eslint": "^8.34.0" }, }
🌐
GitHub
github.com › tailwindlabs › tailwindcss › discussions › 13299
With the release of v4, will there be an ESLint plugin akin to the current `prettier-plugin-tailwind`? · tailwindlabs/tailwindcss · Discussion #13299
At the moment there is a third-party plugin, https://github.com/francoismassart/eslint-plugin-tailwindcss, but it has not received many updates lately, as the author (and from what I know the only maintainer) doesn't seem to be very active (not complaining, I'm grateful for the great job he did, and open-source is "as-is").
Author   tailwindlabs
🌐
Misha
misha.wtf › blog › tailwind-eslint-prettier
Mykhaylo Ryechkin | Streamlining your Tailwind CSS workflow with ESLint + Prettier
July 13, 2022 - Here we're extending the recommended rule sets from ESLint, Prettier, and the Tailwind CSS plugin, as well as specifying eslint-plugin-tailwindcss itself to be used as a plugin.
🌐
npm
npmjs.com › package › eslint-plugin-readable-tailwind
eslint-plugin-readable-tailwind - npm
Configure the plugin to be able to read your tailwind configuration via settings or for each rule separately. // eslint.config.js { //... "settings": { "readable-tailwind": { // tailwindcss 4: the path to the entry file of the css based tailwind config (eg: `src/global.css`) "entryPoint": "src/global.css", // tailwindcss 3: the path to the tailwind config file (eg: `tailwind.config.js`) "tailwindConfig": "tailwind.config.js" } } }
      » npm install eslint-plugin-readable-tailwind
    
Published   Jun 03, 2025
Version   3.0.0
Author   Roger Schönbächler
🌐
npm
npmjs.com › package › @poupe › eslint-plugin-tailwindcss
@poupe/eslint-plugin-tailwindcss - npm
July 2, 2025 - ESLint plugin for Tailwind CSS v4 with advanced linting rules. Latest version: 0.2.5, last published: 14 hours ago. Start using @poupe/eslint-plugin-tailwindcss in your project by running `npm i @poupe/eslint-plugin-tailwindcss`. There are 2 ...
      » npm install @poupe/eslint-plugin-tailwindcss
    
Published   Mar 04, 2026
Version   0.2.5
Author   Alejandro Mery
🌐
GitHub
github.com › biomejs › biome › discussions › 7030
More tailwind rules from `eslint-plugin-better-tailwindcss` · biomejs/biome · Discussion #7030
Beta Was this translation helpful? Give feedback. ... There was an error while loading. Please reload this page. Something went wrong. There was an error while loading. Please reload this page. ... Ones I would want here: https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/HEAD/docs/rules/enforce-consistent-variable-syntax.md https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/HEAD/docs/rules/no-conflicting-classes.md https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/HEAD/docs/rules/no-unregistered-classes.md
Author   biomejs
🌐
Reddit
reddit.com › r/tailwindcss › tailwind css v4 tips every developer should know
r/tailwindcss on Reddit: Tailwind CSS v4 tips every developer should know
July 8, 2025 -

Last year, I shared a post here with my favorite Tailwind CSS tips. Since a lot of folks said it helped them clean up their code or discover new utility patterns, I've now fully updated the article for v4.

If you're upgrading or just want to sharpen your Tailwind CSS skills, give it a read:

Tailwind CSS v4 tips every developer should know

Would love to hear what you think or what new things you discovered.

🌐
DEV Community
dev.to › kalimahapps › increate-tailwind-readability-with-this-eslint-plugin-2cg2
Increase tailwind classes readability with this eslint plugin - DEV Community
March 5, 2023 - To install and use this plugin in your project checkout readme file: tailwind-sort: Sort tailwind classes in alphabetical order in groups · tailwind-multiline: Break tailwind classes into multiple lines if they exceed the max line length (default: 80) pnpm add eslint @kalimahapps/eslint-plugin-tailwind -D
🌐
GitHub
github.com › Idered › eslint-plugin-tailwind
GitHub - Idered/eslint-plugin-tailwind: ESLint rules for Tailwind CSS
ESLint rules for Tailwind CSS. Contribute to Idered/eslint-plugin-tailwind development by creating an account on GitHub.
Starred by 100 users
Forked by 7 users
Languages   JavaScript 98.3% | HTML 1.3% | TypeScript 0.4% | JavaScript 98.3% | HTML 1.3% | TypeScript 0.4%