Skip to content

Commit bb3b3a5

Browse files
committed
remove unused method
1 parent 49b349d commit bb3b3a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

crates/oxc_linter/src/config/config_store.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,11 +316,6 @@ impl ConfigStore {
316316
self.base.base.config.plugins
317317
}
318318

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-
324319
pub(crate) fn get_related_config(&self, path: &Path) -> &Config {
325320
if self.nested_configs.is_empty() {
326321
&self.base

0 commit comments

Comments
 (0)