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

How to enable linting hints in vscode? #1

Open
alokVishu opened this issue Jul 31, 2023 · 1 comment
Open

How to enable linting hints in vscode? #1

alokVishu opened this issue Jul 31, 2023 · 1 comment

Comments

@alokVishu
Copy link

Hi 👋

I configured your package with existing eslint using overrides option. Running eslint from CLI works fine and gives expected result. However, I don't get any error on VSCode for SCSS files:

I also tried adding following but no luck 😞

  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "html",
    "vue",
    "scss",
    "css"
  ],

Does this package works with eslint extensions for VSCode?

@Fernker
Copy link

Fernker commented May 24, 2024

@alokVishu Did you ever figure this out? I'm seemingly trying to do the exact same thing with SCSS files.

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