Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Snippets>ESLint DisableNew to Visual Studio Code? Get it now.

ESLint Disable

lvjiaxuan

|
254 installs
| (0) | Free
Insert `eslint-disable` directive comment with present problem rules for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-eslint-disable


Insert `eslint-disable` directive comment with present problem rules for VS Code.

Deprecated identifier:

Features

  • Simple snippets with typing eslint-disable.
  • Select one or multiple lines which have rule problems from ESLint, and disable it with:
    • The editor context menu.
    • Cmd(eslint-disable.disableIT).
    • Keyboard shortcuts(ctrl + alt + d).

Note

It doesn't need to select full characters of lines. See preview below.

Preview

TODO

  • [ ] Support multi-selections disable at the same action.
  • [ ] Snippets supports present problem rules.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft