Skip to content

Commit 94c6c3a

Browse files
committed
chore: enable oxlint typescript program suppression on IDE level
1 parent 413041a commit 94c6c3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)