diff --git a/crates/biome_js_analyze/src/lint/style/use_filenaming_convention.rs b/crates/biome_js_analyze/src/lint/style/use_filenaming_convention.rs index 7fa3374e772e..46913f0302ee 100644 --- a/crates/biome_js_analyze/src/lint/style/use_filenaming_convention.rs +++ b/crates/biome_js_analyze/src/lint/style/use_filenaming_convention.rs @@ -48,8 +48,10 @@ declare_lint_rule! { /// { /// "include": ["test/**/*"], /// "linter": { - /// "style": { - /// "useFilenamingConvention": "off" + /// "rules": { + /// "style": { + /// "useFilenamingConvention": "off" + /// } /// } /// } /// }