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.
extensions
1 parent a02768c commit 2cf9fa3Copy full SHA for 2cf9fa3
apps/oxlint/src/walk.rs
@@ -5,7 +5,7 @@ use oxc_linter::LINTABLE_EXTENSIONS;
5
6
use crate::cli::IgnoreOptions;
7
8
-#[derive(Clone)]
+#[derive(Debug, Clone)]
9
pub struct Extensions(pub Vec<&'static str>);
10
11
impl Default for Extensions {
0 commit comments