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

write docs for setting up VSCode ESLint plugin to work with gts/gjs files. #129

Open
hmajoros opened this issue Feb 27, 2023 · 1 comment

Comments

@hmajoros
Copy link
Contributor

in order to actually see eslint errors/warnings in gjs/gts files, I needed to add the following to my VSCode settings:

    "eslint.probe": [
       // ...
       "glimmer-js", 
       "glimmer-ts"
     ],
    "eslint.validate": [
      // ...
      "glimmer-js",
      "glimmer-ts"
    ],

I didn't see this documented anywhere, and want to create a ticket to make sure this gets documented somewhere. I am open to ideas on the best place for these docs to live. Presumably we should note this in the glint docs & the eslint-plugin-ember docs, but also probably here, since this seems like the home of any thing template-imports related.

@NullVoxPopuli
Copy link
Collaborator

any chance you'd be willing to PR to the README?

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