Skip to content

Commit

Permalink
docs(useFilenamingConvention): add Since <version> for the match op…
Browse files Browse the repository at this point in the history
…tion (#4382)
  • Loading branch information
Conaclos authored Oct 25, 2024
1 parent 92879ae commit 53e2e86
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ declare_lint_rule! {
///
/// The rule provides several options that are detailed in the following subsections.
///
/// ```json
/// ```json5
/// {
/// "//": "...",
/// "options": {
/// "strictCase": false,
/// "requireAscii": true,
/// "match": "%?(.+?)[.](.+)",
/// "match": "%?(.+?)[.](.+)", // Since v2.0.0
/// "filenameCases": ["camelCase", "export"]
/// }
/// }
Expand Down Expand Up @@ -100,7 +100,7 @@ declare_lint_rule! {
///
/// **This option will be turned on by default in Biome 2.0.**
///
/// ### match
/// ### match (Since v2.0.0)
///
/// `match` defines a regular expression that the filename must match.
/// If the regex has capturing groups, then the first capture is considered as the filename
Expand Down

0 comments on commit 53e2e86

Please sign in to comment.