Skip to content

Commit

Permalink
docs: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 13, 2023
1 parent 7c078d8 commit 15b80d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.vscode-eslint-disable)
[![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.vscode-eslint-disable?label=Installs)
](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.vscode-eslint-disable)

> Deprecated identifier: [![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.eslint-disable?label=Installs)
[![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.eslint-disable?label=Deprecated%20Identifier%20Installs)
](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.eslint-disable)

## Features

- Simple snippets with typing `eslint-disable`.
- Select one or **multiple lines** which have rule problems from ESLint, and disable it with:
- Select one or **multiple lines** which has rule problems from extension of ESLint intellisense, and we could disable rules with:
- The editor context menu.
- Cmd(`eslint-disable.disableIT`).
- Keyboard shortcuts(`ctrl + alt + d`).
- Command: `eslint-disable.disableIT`.
- Keyboard shortcuts: `ctrl + alt + d`.

> **Note**
>
Expand Down

0 comments on commit 15b80d6

Please sign in to comment.