zhengbangbo / eslint-disable

A VSCode extension for inserting `eslint-disable` comments base on selected lines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A VSCode extension for inserting `eslint-disable` comments base on selected lines.

License:MIT License


Languages

Language:TypeScript 100.0%