An Ember addon that integrates template type checking into ember-template-lint, enabling lint rules that validate templates against TypeScript or Glint type definitions. Current stable version 0.1.7, low release cadence. It requires ember-template-lint >= 3.0 and els-addon-typed-templates >= 4.0.2. Key differentiator: brings typed template validation directly into ember-template-lint's plugin system using Glint's type information.
npm install ember-template-lint-typed-templatesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the plugin for ember-template-lint with the recommended typed templates configuration.
Update to ember-template-lint >=3.0 and install els-addon-typed-templates >=4.0.2.
Use string literal 'ember-template-lint-typed-templates' in the plugins array.
Monitor releases of els-addon-typed-templates and ember-template-lint-typed-templates.
Run: yarn add -D ember-template-lint-typed-templates
Run: yarn add -D ember-template-lint-typed-templates
Ensure plugin is in plugins array and use correct rule names from the recommended config.