We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78976b commit c39531aCopy full SHA for c39531a
index.ts
@@ -488,6 +488,10 @@ async function init() {
488
render('config/eslint')
489
}
490
491
+ if (needsOxlint) {
492
+ render('config/oxlint')
493
+ }
494
+
495
if (needsPrettier) {
496
render('config/prettier')
497
template/config/oxlint/.vscode/extensions.json
@@ -0,0 +1,3 @@
1
+{
2
+ "recommendations": ["oxc.oxc-vscode"]
3
+}
0 commit comments