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
fix(language_server): start from a default oxlint configuration + SafeFix for nested configuration (#10043)
Bug 1: oxlint uses `ConfigStoreBuilder::from_oxlintrc(false)` everywhere.
The result was: A project without a configuration file would not use the default category + plugins for vscode => no rules activated
Bug 2: `SafeFix` was not implemented for nested configuration
0 commit comments