💼 This rule is enabled in the 📋 template-lint-migration config.
🔧 This rule is automatically fixable by the --fix CLI option.
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.
In Ember 1.12, support for invoking the inline View helper was deprecated.
This rule flags:
{{view}}mustache or block statements that have params or hash pair arguments (e.g.,{{view 'foo'}},{{view 'foo' key=value}}).{{view.property}}path expressions (e.g.,{{view.also-bad}}).- Hash values referencing
view.*paths (e.g.,please=view.stop).
This rule forbids the following:
This rule allows the following:
- More information is available at the Deprecation Guide.