Skip to content

How to enable linting hints in vscode? #1

@alokVishu

Description

@alokVishu

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions