eslint-plugin-readable-tailwind
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published
eslint-plugin-readable-tailwind logo

GitHub license npm version GitHub issues npm weekly downloads GitHub repo stars GitHub workflow status




ESLint plugin to automatically break up long tailwind class strings into multiple lines based on a specified print width or class count. This improves readability and eliminates horizontal scrolling.
It also sorts the classes logically, removes unnecessary whitespaces and groups the classes by their modifiers. It works in jsx, svelte, vue, and html files and is designed to work well with and without prettier.



eslint-plugin-readable-tailwind example


eslint-plugin-readable-tailwind logo

This project is financed by the community.
If you or your company benefit from this project, please consider becoming a sponsor.
Your contribution will help me maintain and develop the project.



Installation

npm i -D eslint-plugin-readable-tailwind

Usage

Please read the documentation for the specific flavor you are using:



Rules

Name Description error warning autofix
multiline Enforce consistent line wrapping for tailwind classes.
no-unnecessary-whitespace Disallow unnecessary whitespace in tailwind classes.
sort-classes Enforce a consistent order for tailwind classes.


Editor configuration

VSCode

Auto-fix on save

These rules are intended to automatically fix the tailwind classes. If you have installed the VSCode ESLint plugin, you can configure it to automatically fix the classes on save by adding the following options to your .vscode/settings.json:

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": "explicit"
  }
}


🩷 Sponsored by the following awesome people and organizations

No awesome people or organizations have sponsored this project yet.

Package Sidebar

Install

npm i eslint-plugin-readable-tailwind

Weekly Downloads

505

Version

1.3.2

License

MIT

Unpacked Size

140 kB

Total Files

51

Last publish

Collaborators

  • schoero