From 7cc1493fc8011658290ff8fc8f52381c8e7b3afb Mon Sep 17 00:00:00 2001 From: Muhammad Yusuf Date: Sat, 14 Sep 2024 05:52:51 +0700 Subject: [PATCH] docs: update snippet ignore file on `useFilenamingConvention` rule --- .../src/lint/style/use_filenaming_convention.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" + /// } /// } /// } /// }