A shareable Ember template lint plugin providing a recommended ruleset for Discourse projects. Version 3.0.0 is the latest stable release. It extends ember-template-lint with Discourse-specific Handlebars/HTMLBars conventions. Unlike general lint plugins, this package enforces Discourse's custom formatting rules, making it essential for Discourse addon or theme development. Release cadence is low; updates typically track Discourse core changes.
npm install ember-template-lint-plugin-discourseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures ember-template-lint with the Discourse plugin and recommended ruleset.
Ensure the plugin is included in the plugins array.
Upgrade to 3.0 and use 'discourse:recommended'.
Use Node.js 12+ and Ember 3.20+.
Run npm install --save-dev ember-template-lint-plugin-discourse
Add 'ember-template-lint-plugin-discourse' to the plugins array in .template-lintrc.js