Skip to content

Commit

Permalink
also impl debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed May 29, 2024
1 parent 0306733 commit 9db248f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub struct LintFileOptions {
pub config: LintConfig,
}

#[derive(Clone)]
#[derive(Debug, Clone)]
pub struct LintConfig {
pub default_jsx_factory: Option<String>,
pub default_jsx_fragment_factory: Option<String>,
Expand Down

0 comments on commit 9db248f

Please sign in to comment.