You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for providing this plugin, it makes the transition to oxlint much smoother!
We use oxlint in a monorepo scenario where we extend a base configuration. I debugged buildFromOxlintConfigFile and found that it only reads info about rules, plugins etc. from the current config and doesn't follow through the chain of extends.
There is a pretty simple workaround by also adding another line of buildFromOxlintConfigFile with the base config, though I was wondering if supporting extends is something you'd be interested in?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for providing this plugin, it makes the transition to
oxlint
much smoother!We use
oxlint
in a monorepo scenario where we extend a base configuration. I debuggedbuildFromOxlintConfigFile
and found that it only reads info about rules, plugins etc. from the current config and doesn't follow through the chain ofextends
.There is a pretty simple workaround by also adding another line of
buildFromOxlintConfigFile
with the base config, though I was wondering if supportingextends
is something you'd be interested in?The text was updated successfully, but these errors were encountered: