Skip to content

Commit

Permalink
docs: add bradge
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Oct 24, 2022
1 parent cf3cc61 commit cf03a03
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 31 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@

<p align="center">A VSCode extension for disabling ESLint rules.</p>


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

## Features


- [x] Based on ESLint's results from current file.
- [x] Select one or **multiple lines**, and disable it with:
- [x] The editor context menu.
Expand Down
73 changes: 45 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "nr compile --watch",
"vscode:prepublish": "nr compile",
"pretest": "nr compile && nr lint",
"lint": "eslint . --fix",
"lint": "eslint . --fix --cache",
"pack": "vsce package",
"publish": "vsce publish"
},
Expand Down Expand Up @@ -91,12 +91,12 @@
"devDependencies": {
"@lvjiaxuan/eslint-config": "^0.2.1",
"@types/eslint": "^8.4.7",
"@types/node": "^18.11.3",
"@types/node": "^18.11.4",
"@types/vscode": "^1.60.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vscode/test-electron": "^2.2.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
Expand Down

0 comments on commit cf03a03

Please sign in to comment.