✅ The extends: 'recommended'
property in a configuration file enables this rule.
The {{debugger}}
helper is equivalent to a JavaScript debugger
statement. This will halt execution if the browser developer tools are open. That is undesirable in a production environment.
This rule forbids the following:
- Ember's template Development Helpers guide
- Ember's template debugger helper documentation