Skip to content

Commit

Permalink
docs: update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 2, 2024
1 parent 449ba86 commit e7297b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.eslint-disable)

## Usage
1. Select a single line or **multiple lines** that have rule problems from the ESLint extension's *IntelliSense*, and you can either disable rules on selected lines by `ctrl + alt + d` or disable them for the entire file by `ctrl + alt + e`.
2. Disable all rule problems by `ctrl + alt + a`.
1. Select a single line or **multiple lines** that have rule problems from the ESLint extension's *IntelliSense*, and you can either disable these rules for selected lines by `ctrl + alt + d` or for the entire file by `ctrl + alt + e`.
2. Disable all rule problems for the entrie file by `ctrl + alt + a`.

> [!TIP]
> It doesn't need to select all the text on the selected lines, or even select, just only a cursor focus can works. See the preview below.
> It doesn't always have to select characters, even just only a cursor focus can works. See the preview below.
## Preview

Expand Down

0 comments on commit e7297b3

Please sign in to comment.