TODO: rule-name-goes-here
January 29, 2026 ยท View on GitHub
(TODO: only include this line if the rule is recommended) โ
The "extends": "plugin:ember/recommended" property in a configuration file enables this rule.
(TODO: only include this line if the rule is fixable) ๐ง The --fix option on the command line can automatically fix some of the problems reported by this rule.
TODO: context about the problem goes here
Rule Details
TODO: what the rule does goes here
Examples
Examples of incorrect code for this rule:
// TODO: Example 1
// TODO: Example 2
Examples of correct code for this rule:
// TODO: Example 1
// TODO: Example 2
Migration
TODO: suggest any fast/automated techniques for fixing violations in a large codebase
- TODO: suggestion on how to fix violations using find-and-replace / regexp
- TODO: suggestion on how to fix violations using a codemod
Configuration
TODO: exclude this section if the rule has no extra configuration.
TODO: ensure meta.schema contains descriptions, constraints, defaults, etc for all options.
Related Rules
References
- TODO: link to relevant documentation goes here)
- TODO: link to relevant function spec goes here
- TODO: link to relevant guide goes here