We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e986769 commit 75d0478Copy full SHA for 75d0478
1 file changed
lib/rules/template-no-implicit-this.js
@@ -26,6 +26,9 @@ const BUILT_INS = new Set([
26
'textarea',
27
'query-params',
28
'unique-id',
29
+ // arg-less components/helpers from the default ember-cli blueprint
30
+ 'welcome-page',
31
+ 'rootURL',
32
]);
33
34
// Control-flow built-ins whose params should not be flagged
0 commit comments