feat(linter): add ignores option to overrides#15997
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Merging this PR will not alter performance
Comparing Footnotes
|
2ecf473 to
39334e3
Compare
|
I think it should probably be called |
|
I chose this name to be similar to
But now, with flat config, |
|
Hey, any plans to merge this? It's in the docs but apparently it's not supported 🤔 https://oxc.rs/docs/guide/usage/formatter/config-file-reference.html#overrides-n-excludefiles |
39334e3 to
f80b801
Compare
f80b801 to
5729879
Compare
|
I had just rebased this PR onto current main branch |
874a1b6 to
ef1a386
Compare
This will add a new `ignores` option to oxlint override config, allowing excluding some files matched by `files` from applying the override. Resolves oxc-project#15932
ef1a386 to
26e632a
Compare
|
@camc314 Sorry for the ping but could you take a look at this PR? |
That is for oxfmt, not oxlint. This is an essential feature used by our eslint configuration. Without it we cannot migrate to oxlint. |
|
HI @camc314, we are in need to this feature to migrate to oxlint |
This will add a new
ignoresoption to oxlint override config, allowing excluding some files matched byfilesfrom applying the override.Resolves #15932