From 26f6282a2248525455b3dd4ae701f4939333bf99 Mon Sep 17 00:00:00 2001 From: Victorien Elvinger Date: Wed, 22 May 2024 18:33:14 +0200 Subject: [PATCH] docs(useNamingConvention): add a note about the availability of `conventions` option (#2948) --- CHANGELOG.md | 2 +- crates/biome_js_analyze/src/lint/style/use_naming_convention.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486642aee7a1..c41481389767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -259,7 +259,7 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b } ``` - Please, find more details in the [rule documentation](https://biomejs.dev/linter/rules/use-naming-convention/#conventions). + Please, find more details in the [rule documentation](https://biomejs.dev/linter/rules/use-naming-convention/#options). Contributed by @Conaclos diff --git a/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs b/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs index ce489a459061..b1a04a8d8b6f 100644 --- a/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs +++ b/crates/biome_js_analyze/src/lint/style/use_naming_convention.rs @@ -303,7 +303,7 @@ declare_rule! { /// This option will be deprecated in the future. /// Use the `conventions` option instead. /// - /// ### conventions + /// ### conventions (Since v1.8.0) /// /// The `conventions` option allows applying custom conventions. /// The option takes an array of conventions.