mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Release oxlint v0.0.16, vscode extension v0.0.16
This commit is contained in:
parent
28c0b85646
commit
c0e9616fe7
3 changed files with 7 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue