Open pumano opened 4 days ago
looks like "files"
covered somehow only in upcoming "overrides"
section: https://github.com/oxc-project/oxc/pull/6974/
but not in root too.
Should be trivial to add once overrides PR is in.
Apologies, that one is blocked by me- I still need to perform more intense testing
What version of Oxlint are you using?
0.11.0
What command did you run?
No response
What does your
.oxlint.json
config file look like?Proposed config:
What happened?
"files" should be supported, because it target some rules for specific file types. In my case i use import/no-commonjs rule against only
*.ts
files and skip*.js
files