GitHub
github.com › francoismassart › eslint-plugin-tailwindcss
GitHub - francoismassart/eslint-plugin-tailwindcss: ESLint plugin for Tailwind CSS usage · GitHub
ESLint plugin for Tailwind CSS usage. Contribute to francoismassart/eslint-plugin-tailwindcss development by creating an account on GitHub.
Starred by 2.1K users
Forked by 110 users
Languages JavaScript
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › releases
Releases · 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
[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
[Feature request] Support for `eslint` `v9.1.1`
Is your feature request related to a problem? Please describe. I'm using nuxt and the latest @nuxt/eslint module which utilizes eslint version 9 and I couldn't make it work. If I import the eslint-plugin-tailwindcss index file in the new... More on github.com
Problem with eslint and prettier-plugin-tailwindcss [Prettier Plugin]
What version of prettier-plugin-tailwindcss are you using? v0.5.11 What version of Tailwind CSS are you using? v3.3.0 What version of Node.js are you using? v20.11.0 What package manager are you us... More on github.com
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
Videos
22:15
Part 13 | ESLint Setup | Playwright ESLint Plugin Setup | Playwright ...
25:40
Create an Eslint plugin | Build your own no-console eslint plugin ...
How to make your code look like mine (with ESLint + Prettier ...
This Prettier Plugin Makes Tailwind So Much Better
Resolving Tailwind CSS config in eslint-plugin-tailwindcss
GitHub
github.com › schoero › eslint-plugin-better-tailwindcss
GitHub - schoero/eslint-plugin-better-tailwindcss: ESLint plugin to help you write better tailwindcss by improving readability with formatting rules and enforcing best practices with linting rules. · GitHub
ESLint plugin to help you write better tailwindcss by improving readability with formatting rules and enforcing best practices with linting rules. - schoero/eslint-plugin-better-tailwindcss
Starred by 733 users
Forked by 28 users
Languages TypeScript
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › issues › 325
[Feature request] Support Tailwind 4 · Issue #325 · francoismassart/eslint-plugin-tailwindcss
March 15, 2024 - francoismassart / eslint-plugin-tailwindcss Public · There was an error while loading. Please reload this page. Notifications · You must be signed in to change notification settings · Fork 110 · Star 2.1k · New issueCopy link · New issueCopy link · Open · #385 ·
Author aslakhellesoy
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
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. ... NB: As we will focus the effort on the full rewrite of the plugin, this version is available "as is" and you may get errors or false positives like for the rule no-contradicting-classname . You can learn more about these issues on GitHub...
» npm install eslint-plugin-tailwindcss
Published Jul 16, 2025
Version 3.18.2
Author François Massart
GitHub
github.com › hyoban › eslint-plugin-tailwindcss
GitHub - hyoban/eslint-plugin-tailwindcss: ESLint plugin for Tailwind CSS usage
ESLint plugin for Tailwind CSS usage. Contribute to hyoban/eslint-plugin-tailwindcss development by creating an account on GitHub.
Starred by 15 users
Forked by 2 users
Languages JavaScript 99.5% | JavaScript 99.5%
npm
npmjs.com › package › eslint-plugin-better-tailwindcss
eslint-plugin-better-tailwindcss - npm
February 15, 2026 - Buy me a coffee | GitHub Sponsors · Help support this project. If you or your company benefit from this project, please consider becoming a sponsor or making a one-time donation. Your contribution will help me to maintain and develop the project. npm i -D eslint-plugin-better-tailwindcss ·
» npm install eslint-plugin-better-tailwindcss
Published Mar 05, 2026
Version 4.3.2
Author Roger Schönbächler
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%
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › issues › 335
[Feature request] Support for `eslint` `v9.1.1` · Issue #335 · francoismassart/eslint-plugin-tailwindcss
April 25, 2024 - // @ts-check import withNuxt from './.nuxt/eslint.config.mjs' import pluginVue from 'eslint-plugin-vue' import pluginTailwindCSS from 'eslint-plugin-tailwindcss' export default withNuxt([ ...pluginVue.configs['flat/recommended'], pluginTailwindCSS, { rules: { // ...
Author cewald
GitHub
github.com › tailwindlabs › prettier-plugin-tailwindcss › issues › 245
Problem with eslint and prettier-plugin-tailwindcss [Prettier Plugin] · Issue #245 · tailwindlabs/prettier-plugin-tailwindcss
February 8, 2024 - "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-next": "14.1.0", "eslint-config-prettier": "^8.10.0", "eslint-config-standard-with-typescript": "^34.0.0", "eslint-formatter-codeframe": "^7.32.1", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-unused-imports": "^2.0.0", "husky": "^8.0.0", "postcss": "^8", "prettier": "^3.2.4", "prettier-plugin-tailwindcss": "^0.5.11", "tailwindcss": "^3.3.0", "typescript": "^5" }
Author YuliyaMinsk
GitHub
github.com › francoismassart › eslint-plugin-tailwindcss › blob › master › docs › rules › enforces-shorthand.md
eslint-plugin-tailwindcss/docs/rules/enforces-shorthand.md at master · 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
GitHub
github.com › jarrodldavis › eslint-plugin-tailwindcss
GitHub - jarrodldavis/eslint-plugin-tailwindcss: An ESLint plugin to enforce usage of Tailwind CSS utility and component classes.
August 1, 2021 - An ESLint plugin to enforce usage of Tailwind CSS utility and component classes. - jarrodldavis/eslint-plugin-tailwindcss
Author jarrodldavis
GitHub
github.com › stefanobartoletti › eslint-config
GitHub - stefanobartoletti/eslint-config: My ESlint configuration, based on `@antfu/eslint-config` with personal customizations. Also includes optional rulesets for Nuxt and Tailwind. · GitHub
This config integrates nicely with the Nuxt ESLint module, and also adds optional rules for Tailwind, by using eslint-plugin-tailwindcss
Author stefanobartoletti
Reddit
reddit.com › r/laravel › has anyone figured out how to apply the eslint tailwindcss plugin to blade files?
r/laravel on Reddit: Has anyone figured out how to apply the eslint tailwindcss plugin to blade files?
September 26, 2023 -
I'm talking about this plugin: https://github.com/francoismassart/eslint-plugin-tailwindcss that helps with ordering your classnames correctly and adds a bunch of other useful checks.
Example below:
I've got it working fine for .vue files but I can't seem to get it to work for .blade.php files? Is it even possible? For context I am using Phpstorm.
Top answer 1 of 7
8
Didn’t even know I wanted this until now
2 of 7
7
I actually just went through this myself. Eventually I found the @shufo/prettier-plugin-blade plugin which has a sortTailwindcssClasses config option. This, along with their other options, has worked well in addressing my blade template formatting preferences.
Stack Overflow
stackoverflow.com › questions › 79096277 › eslint-plugin-tailwindcss-configuration-not-working
tailwind css - eslint-plugin-tailwindcss configuration not working - Stack Overflow
I've tried to add the eslint-plugin-tailwindcss config object to the eslint.config.js in multiple ways ... There is the same problem with my program,but i can't fix it. ... Sign up to request clarification or add additional context in comments. ... Yeah...after some more testing I concluded that the plugin is simply not compatible with svelte. I opened an issue in the plugin GitHub ...
GitHub
github.com › bennobuilder › eslint-plugin-tailwindcss-jsx
GitHub - bennobuilder/eslint-plugin-tailwindcss-jsx: A ESLint plugin for Tailwind CSS that automatically sorts classes based on our recommended class order. · GitHub
May 20, 2025 - A ESLint plugin for Tailwind CSS that automatically sorts classes based on our recommended class order. - bennobuilder/eslint-plugin-tailwindcss-jsx
Author bennobuilder
GitHub
github.com › schoero › eslint-plugin-better-tailwindcss › issues › 148
Usage of presets in FlatConfig · Issue #148 · schoero/eslint-plugin-better-tailwindcss
June 30, 2025 - import eslintPluginBetterTailwindcss from "eslint-plugin-better-tailwindcss"; /** @type {import("eslint").Linter.Config[]} */ const configObjects = [ // ...other configs... eslintPluginBetterTailwindcss.configs["recommended"] ??
Author kachkaev
GitHub
github.com › schoero › eslint-plugin-better-tailwindcss › blob › main › docs › parsers › javascript.md
eslint-plugin-better-tailwindcss/docs/parsers/javascript.md at main · schoero/eslint-plugin-better-tailwindcss
// .eslintrc.json { // enable all recommended rules "extends": [ "plugin:better-tailwindcss/legacy-recommended" ], // if needed, override rules to configure them individually // "rules": { // "better-tailwindcss/enforce-consistent-line-wrapping": ["warn", { "printWidth": 100 }] // }, "settings": { "better-tailwindcss": { // 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" } } }
Author schoero
UNPKG
app.unpkg.com › eslint-plugin-tailwindcss@3.18.0
eslint-plugin-tailwindcss
github.com/francoismassart/eslint-plugin-tailwindcss · francoismassart/eslint-plugin-tailwindcss · 1 folder, 3 files · francoismassart/eslint-plugin-tailwindcss · Latest: 3.18.2 ·