💼 This rule is enabled in the 📋 template-lint-migration config.
HBS Only: This rule applies to classic
.hbstemplate files only (loose mode). It is not relevant forgjs/gtsfiles (strict mode), where these patterns cannot occur.
Disallows passing more than one argument to the mut helper.
A common mistake when using the Ember handlebars template mut(attr) helper is to pass an extra value parameter to it when only attr should be passed. Instead, the value should be passed outside of mut.
This rule forbids the following:
This rule allows the following:
- See the documentation for the Ember handlebars template
muthelper