An ember-template-lint plugin that enforces Tailwind CSS best practices in Ember/Glimmer templates. Current stable version is 5.1.0, released regularly with semver versioning. Ships TypeScript definitions. Key differentiators: provides two custom lint rules (class-wrap and class-order) specifically designed for Tailwind CSS utility classes, auto-detects Tailwind classes via configurable matchers, and integrates seamlessly with ember-template-lint's recommended configuration. Unlike generic HTML linters, this plugin understands Tailwind's class naming conventions and ordering preferences.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The plugin is auto-discovered by ember-template-lint via the plugins array; no direct require/import of the plugin itself is needed.
Rules are configured via .template-lintrc.js, not imported directly. For TypeScript, import types from ember-template-lint.
Full plugin name must be used in extends; ember-template-lint resolves it from the plugins list.
Configure ember-template-lint to use the tailwindcss plugin with recommended rules plus custom class-wrap settings.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.