fix(oxlint): Skip vite.config.ts which fails to import#20327
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
7a02725 to
e1db09d
Compare
0225bcd to
08a5dd5
Compare
camc314
left a comment
There was a problem hiding this comment.
I'm not convinced this is a good idea? Users won't see the debug log unless they have RUST_LOG=debug (basically no one), and they're going to see lint run fine, but not use their config
|
Thanks for the review. I may be a bit too defensive here. Let's keep the current behavior (error) for now and see if it becomes a real issue in practice. (Will revert the oxfmt side later.) |
|
Just in case, I'll add more likely scenarios for the record.
Users will see an error message to that effect, but they might wonder why. |

The same as #20326
(It's fine to release this as scheduled one)