You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/vscode/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ Following configuration are supported via `settings.json` and can be changed for
44
44
|`oxc.configPath`|`null`|`null`\|`<string>`| Path to ESlint configuration. Keep it empty to enable nested configuration. |
45
45
|`oxc.tsConfigPath`|`null`|`null`\|`<string>`| Path to TypeScript configuration. If your `tsconfig.json` is not at the root, alias paths will not be resolve correctly for the `import` plugin. |
46
46
|`oxc.unusedDisableDirectives`|`allow`|`allow`\|`warn`\|`deny`| Define how directive comments like `// oxlint-disable-line` should be reported, when no errors would have been reported on that line anyway. |
47
+
|`oxc.typeAware`|`false`|`false`\|`true`| Enable type aware linting. |
47
48
|`oxc.flags`| - |`Record<string, string>`| Custom flags passed to the language server. |
Copy file name to clipboardExpand all lines: editors/vscode/package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,12 @@
141
141
"default": "allow",
142
142
"description": "Define how directive comments like `// oxlint-disable-line` should be reported, when no errors would have been reported on that line anyway."
0 commit comments