# ember/template-no-abstract-roles 💼 This rule is enabled in the 📋 `template-lint-migration` [config](https://github.com/ember-cli/eslint-plugin-ember#-configurations). The HTML attribute `role` must never have the following values: - `command` - `composite` - `input` - `landmark` - `range` - `roletype` - `section` - `sectionhead` - `select` - `structure` - `widget` - `window` ## Examples This rule **forbids** the following: ```hbs