Skip to content

Commit

Permalink
feat: remove snippets and optimize pre-linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Feb 16, 2023
1 parent 8e8ab69 commit 56f4ffb
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 433 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@
](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.eslint-disable)

## Features

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

> **Note**
>
Expand All @@ -36,4 +31,3 @@
## TODO

- [ ] Support multi-selections disable at the same action.
- [ ] Snippets support present problem rules.
Loading

0 comments on commit 56f4ffb

Please sign in to comment.