ember.js
ember.js copied to clipboard
Invalid uses of `{{outlet}}` should throw
- Using
{{outlet}}in anything other than a route template (e.g. components) - Using
{{outlet}}inside the application template of a non-routable engine ({{mount}})
Should be covered by ember-template-lint/no-outlet-outside-route, isn't it?