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.