Skip to content

Commit

Permalink
docs: update logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Dec 19, 2022
1 parent ce3ff9a commit 036a4b3
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 9 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<a href="https://github.com/lvjiaxuan/eslint-disable" target="_blank">
<img src="./assets/icon.png" alt="eslint-disable" height="250" width="250" />
<a href="https://github.com/lvjiaxuan/vscode-eslint-disable" target="_blank">
<img src="./assets/logo.svg" alt="vscode-eslint-disable" height="280" width="280" />
</a>
</p>

<hr />

<p align="center">Insert `eslint-disable` directive comment with present problem rules for VS Code..</p>
<p align="center">Insert `eslint-disable` directive comment with present problem rules for VS Code.</p>

[![](https://img.shields.io/visual-studio-marketplace/v/lvjiaxuan.vscode-eslint-disable?label=Visual%20Studio%20Marketplace)
[![](https://img.shields.io/visual-studio-marketplace/v/lvjiaxuan.vscode-eslint-disable?color=%232ba1f1&logo=visual-studio-code&logoColor=%232ba1f1)
](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)
Expand All @@ -34,10 +34,7 @@

![](assets/2.gif)

## Todo
## TODO

- [x] configuration: `eslint-disable.disable`.
- [x] command: `eslint-disable.reload`.
- [ ] Support multi-selections disable at the same action.
- [x] Pre-Linting supported with `eslint-disable.preLinting` configuration.
- [ ] Snippets supports present problem rules.
Binary file removed assets/icon.png
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Snippets"
],
"main": "./dist/extension.js",
"icon": "assets/icon.png",
"icon": "assets/logo.png",
"engines": {
"vscode": "^1.60.0"
},
Expand Down

0 comments on commit 036a4b3

Please sign in to comment.