Skip to content

File tree

3 files changed

+562
-0
lines changed

3 files changed

+562
-0
lines changed

crates/oxc_linter/src/rules.rs

+2
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ mod nextjs {
359359
/// <https://github.com/gajus/eslint-plugin-jsdoc>
360360
mod jsdoc {
361361
pub mod check_access;
362+
pub mod check_property_names;
362363
pub mod empty_tags;
363364
}
364365

@@ -685,6 +686,7 @@ oxc_macros::declare_all_lint_rules! {
685686
nextjs::no_unwanted_polyfillio,
686687
nextjs::no_before_interactive_script_outside_document,
687688
jsdoc::check_access,
689+
jsdoc::check_property_names,
688690
jsdoc::empty_tags,
689691
tree_shaking::no_side_effects_in_initialization,
690692
}

0 commit comments

Comments
 (0)