diff --git a/editor/vscode/package.json b/editor/vscode/package.json index aa73c9a2b7e45..855aa7964c97c 100644 --- a/editor/vscode/package.json +++ b/editor/vscode/package.json @@ -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", diff --git a/npm/oxlint/README.md b/npm/oxlint/README.md index e66e9cffc826e..f5a5f6cae8781 100644 --- a/npm/oxlint/README.md +++ b/npm/oxlint/README.md @@ -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 ``` diff --git a/npm/oxlint/package.json b/npm/oxlint/package.json index fae672948e7e6..afbc27fc38085 100644 --- a/npm/oxlint/package.json +++ b/npm/oxlint/package.json @@ -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",