Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Oct 19, 2022
1 parent 021d736 commit b0d49b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,18 @@
## Features

- [x] Based on ESLint's results from current file.
- [x] Select one or multiple lines, and disable it with:
- [x] Select one or **multiple lines**, and disable it with:
- [x] The editor context menu.
- [x] Cmd(`eslint-disable.disableIT`).
- [x] Keyboard shortcuts(`ctrl + alt + d`).

## Preview

![](assets/1.gif)

![](assets/2.gif)

## Requirements

> Nothing special.
## Extension Settings

Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.

- [ ] `eslint-disable.enable`: Enable/Disable this extension.

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

## Todo

- [ ] Support multi-selections disable at the same action.
- [ ] Support multi-selections disable at the same action.
- [ ] eslint-disable.enable: Enable/Disable this extension.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-disable",
"displayName": "eslint-disable",
"version": "0.0.2",
"description": "A VSCode extension for inserting `esLint-disable` comments base on selected lines.",
"description": "A VSCode extension for inserting `eslint-disable` comments base on selected lines.",
"categories": [
"Other",
"Snippets"
Expand Down

0 comments on commit b0d49b4

Please sign in to comment.