We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024b48a commit a3bb641Copy full SHA for a3bb641
oxlintrc.json
@@ -44,6 +44,14 @@
44
"crates/oxc_semantic/tests/**",
45
"napi/minify/**", // TODO
46
"!apps/oxlint/test/fixtures/**",
47
- "apps/oxlint/test/fixtures/*/files/**"
+ "apps/oxlint/test/fixtures/*/files/**",
48
+ // Files generated by NAPI-RS
49
+ "*.d.ts",
50
+ "napi/*/*.wasi.cjs",
51
+ "napi/*/src-js/*.wasi.cjs",
52
+ "napi/*/wasi-worker-browser.mjs",
53
+ "napi/*/src-js/wasi-worker-browser.mjs",
54
+ "napi/*/webcontainer-fallback.cjs",
55
+ "napi/*/src-js/webcontainer-fallback.cjs"
56
]
57
}
0 commit comments