Skip to content

Commit

Permalink
Release oxlint v0.0.16, vscode extension v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 8, 2023
1 parent 28c0b85 commit c0e9616
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion editor/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion npm/oxlint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c0e9616

Please sign in to comment.