Skip to content

Commit

Permalink
docs(useNamingConvention): add a note about the availability of `conv…
Browse files Browse the repository at this point in the history
…entions` option (#2948)
  • Loading branch information
Conaclos authored May 22, 2024
1 parent e64ab12 commit 26f6282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 26f6282

Please sign in to comment.