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 3fe5225 commit deefcb0Copy full SHA for deefcb0
oxlintrc.json
@@ -44,6 +44,12 @@
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
]
55
}
0 commit comments