Skip to content

Commit 168d21c

Browse files
committed
chore(playground): enable oxlint (#14570)
1 parent ba28b89 commit 168d21c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

oxlintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@
4242
"npm/runtime/**",
4343
"tasks/coverage/**",
4444
"crates/oxc_semantic/tests/**",
45-
"napi/**", // TODO
45+
"napi/minify/**", // TODO
46+
"napi/parser/**", // TODO
47+
"napi/transform/**", // TODO
4648
"apps/oxlint" // TODO
4749
]
4850
}

0 commit comments

Comments
 (0)