Skip to content

Commit 0cef2d9

Browse files
authored
chore: add oxlint typescript program suppression to workspace settings (#19692)
Enables the program suppression settings on the workspace level JIC. Closes #19693 (added automatically)
1 parent ad194d4 commit 0cef2d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
"editor.defaultFormatter": "oxc.oxc-vscode",
2929
"[typescript]": {
3030
"editor.defaultFormatter": "oxc.oxc-vscode"
31-
}
31+
},
32+
"oxc.suppressProgramErrors": true
3233
}

0 commit comments

Comments
 (0)