Skip to content

Commit 75d0478

Browse files
committed
Add welcome-page and rootURL to BUILT_INS in template-no-implicit-this
1 parent e986769 commit 75d0478

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/rules/template-no-implicit-this.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ const BUILT_INS = new Set([
2626
'textarea',
2727
'query-params',
2828
'unique-id',
29+
// arg-less components/helpers from the default ember-cli blueprint
30+
'welcome-page',
31+
'rootURL',
2932
]);
3033

3134
// Control-flow built-ins whose params should not be flagged

0 commit comments

Comments
 (0)