diff --git a/apps/oxlint/src/lint.rs b/apps/oxlint/src/lint.rs index 595b91d1a8092..c8e3892abdf13 100644 --- a/apps/oxlint/src/lint.rs +++ b/apps/oxlint/src/lint.rs @@ -178,7 +178,7 @@ impl CliRunner { paths.sort_unstable(); } - let mut external_plugin_store = ExternalPluginStore::default(); + let mut external_plugin_store = ExternalPluginStore::new(self.external_linter.is_some()); let search_for_nested_configs = !disable_nested_config && // If the `--config` option is explicitly passed, we should not search for nested config files