An ember-template-lint plugin that enforces every route template to have a page title set using the `{{page-title}}` helper. Version 1.0.1 is the current stable release, with no recent release cadence data. Key differentiator: it ensures route templates in Ember applications always contain a page title, leveraging the ember-page-title addon, and integrates seamlessly with the ember-template-lint rule system.
npm install ember-template-lint-plugin-page-titleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install and configure ember-template-lint-plugin-page-title to warn when route templates lack a page title.
Ensure you have ember-template-lint version 4 or above installed.
Add 'require-valid-page-title': 'warn' (or 'error') to your .template-lintrc.js rules.
Install ember-page-title: yarn add -D ember-page-title
Run yarn add -D ember-template-lint-plugin-page-title
Add 'ember-template-lint-plugin-page-title' to the plugins array in your config file.