Skip to content

Commit 8940d04

Browse files
authored
docs: update snippet ignore file on useFilenamingConvention rule (#3884)
1 parent 12688b6 commit 8940d04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/biome_js_analyze/src/lint/style/use_filenaming_convention.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ declare_lint_rule! {
4848
/// {
4949
/// "include": ["test/**/*"],
5050
/// "linter": {
51-
/// "style": {
52-
/// "useFilenamingConvention": "off"
51+
/// "rules": {
52+
/// "style": {
53+
/// "useFilenamingConvention": "off"
54+
/// }
5355
/// }
5456
/// }
5557
/// }

0 commit comments

Comments
 (0)