ember/template-deprecated-render-helper Disallows the {{render}} helper which is deprecated. Examples Incorrect: <template>{{render "user"}}</template> Correct: <template><User /></template> References ember-template-lint deprecated-render-helper