Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.5 KB

_TEMPLATE_.md

File metadata and controls

58 lines (37 loc) · 1.5 KB

TODO: rule-name-goes-here

(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