We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e03bc9 commit 42eee5dCopy full SHA for 42eee5d
crates/oxc_linter/src/config/config_store.rs
@@ -316,11 +316,6 @@ impl ConfigStore {
316
self.base.base.config.plugins
317
}
318
319
- /// Access the external plugin store. Used by oxlint CLI to serialize external rule options.
320
- pub fn external_plugin_store(&self) -> &ExternalPluginStore {
321
- &self.external_plugin_store
322
- }
323
-
324
pub(crate) fn get_related_config(&self, path: &Path) -> &Config {
325
if self.nested_configs.is_empty() {
326
&self.base
0 commit comments