Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future ESLint plugin improvments #37

Open
SinS3i opened this issue Jan 13, 2020 · 2 comments
Open

Future ESLint plugin improvments #37

SinS3i opened this issue Jan 13, 2020 · 2 comments

Comments

@SinS3i
Copy link

SinS3i commented Jan 13, 2020

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
Copy link
Contributor

lifeart commented Jan 16, 2020

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
Copy link
Contributor

lifeart commented Jan 16, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants