Closed josemarluedke closed 1 week ago
@pzuraq I believe you had ESLint stuff working with this at one point?
I have this implemented here: https://github.com/ember-cli/eslint-plugin-ember/pull/1395
gonna close -- this has shipped in ember-cli@beta rn
Today if we use the hbs strategy, we get eslint issues due to unused variables. The glimmerx project has a eslint-plugin that solves this issue. Should we extend that project to account for
ember-template-imports
or should we create a new project specifically for this project?The changes in glimmerx is minimal,
from this: https://github.com/glimmerjs/glimmer-experimental/blob/master/packages/%40glimmerx/eslint-plugin/lib/rules/template-vars.js#L47-L49
to this: