Future ESLint plugin improvments
SinS3i opened this issue · 2 comments
SinS3i commented
Opening this issue with the one that I've thought of so far, but anyone who has suggestions for future plans is welcome to weigh in.
- ember-template-linter support for glimmerx templates.
- Correct line/col for actual tokens instead of template string
lifeart commented
https://github.com/flashios09/ember-extract-inline-templates may help with correct location for tokens.
And it can be saved in special map like
Map<tokenName,tokenLocation>
this logic used inside Unstable Ember Language server https://github.com/flashios09/ember-language-server/blob/component-context-info-origin/src/template-linter.ts#L54 for template linting
https://marketplace.visualstudio.com/items?itemName=lifeart.vscode-ember-unstable
lifeart commented