Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"messages",
"verbose"
],
"enumDescriptions": [
"markdownEnumDescriptions": [
"No traces",
"Error only",
"Full log"
Expand Down Expand Up @@ -163,10 +163,10 @@
"warn",
"deny"
],
"enumDescriptions": [
"Allow",
"Warn",
"Deny"
"markdownEnumDescriptions": [
"Allow all `oxlint-disable` and `eslint-disable` directives, even if they do nothing.",
"Warn about `oxlint-disable` and `eslint-disable` directives that do nothing.",
"Error on `oxlint-disable` and `eslint-disable` directives that do nothing."
],
"default": "allow",
"markdownDescription": "Define how directive comments like `// oxlint-disable-line` should be reported, when no errors would have been reported on that line anyway."
Expand Down Expand Up @@ -194,7 +194,7 @@
"none",
"all"
],
"enumDescriptions": [
"markdownEnumDescriptions": [
"Only safe fixes will be applied",
"Safe fixes or suggestions will be applied",
"Safe and dangerous fixes will be applied",
Expand Down
Loading