Skip to content

Commit

Permalink
docs(lint/style/useFilenamingConvention): adjust code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Zaunseder committed Mar 21, 2024
1 parent 269d7eb commit 15b28bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pub struct FilenamingConventionOptions {
#[serde(default, skip_serializing_if = "is_default")]
pub require_ascii: bool,

/// Allowed cases for _TypeScript_ `enum` member names.
/// Allowed cases for file names.
#[serde(default, skip_serializing_if = "is_default_filename_cases")]
pub filename_cases: FilenameCases,
}
Expand Down Expand Up @@ -329,7 +329,7 @@ impl biome_deserialize::Deserializable for FilenameCases {
}
}

/// Supported cases for TypeScript `enum` member names.
/// Supported cases for file names.
#[derive(Clone, Copy, Debug, Deserialize, Deserializable, Eq, Hash, PartialEq, Serialize)]
#[cfg_attr(feature = "schemars", derive(JsonSchema))]
pub enum FilenameCase {
Expand Down
4 changes: 2 additions & 2 deletions packages/@biomejs/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@biomejs/biome/configuration_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15b28bc

Please sign in to comment.