Release oxlint v0.0.16, vscode extension v0.0.16

This commit is contained in:
Boshen 2023-11-08 11:39:08 +08:00
parent 28c0b85646
commit c0e9616fe7
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
3 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "oxc-vscode",
"description": "oxc vscode extension",
"license": "MIT",
"version": "0.0.3",
"version": "0.0.16",
"icon": "icon.png",
"publisher": "oxc",
"displayName": "Oxc",

View file

@ -64,6 +64,11 @@ Allowing / Denying Multiple Lints
-A, --allow=NAME Allow the rule or category (suppress the lint)
-D, --deny=NAME Deny the rule or category (emit an error)
Enable Plugins
--import-plugin Enable the experimental import plugin and detect ESM problems
--jest-plugin Enable the Jest plugin and detect test problems
--jsx-a11y-plugin Enable the JSX-a11y plugin and detect accessibility problems
Fix Problems
--fix Fix as many issues as possible. Only unfixed issues are reported in the
output
@ -93,6 +98,5 @@ Available positional items:
PATH Single file, single path or list of paths
Available options:
--import-plugin Use the experimental import plugin and detect ESM problems
-h, --help Prints help information
```

View file

@ -1,6 +1,6 @@
{
"name": "oxlint",
"version": "0.0.15",
"version": "0.0.16",
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [],
"author": "Boshen and oxc contributors",