Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 13, 2025
1 parent aaaf7e2 commit a1012f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_macros/src/declare_oxc_lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl Parse for LintRuleMeta {
}

pub(crate) fn rule_name_converter() -> Converter {
Converter::new().remove_boundary(Boundary::LowerDigit).to_case(Case::Kebab)
Converter::new().remove_boundary(Boundary::LOWER_DIGIT).to_case(Case::Kebab)
}

pub fn declare_oxc_lint(metadata: LintRuleMeta) -> TokenStream {
Expand Down

0 comments on commit a1012f5

Please sign in to comment.