Skip to content

Commit

Permalink
fix: rename some fileds to camelCase in the configuration_schema (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu authored Apr 23, 2024
1 parent 65a61d7 commit 81c7a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/biome_configuration/src/javascript/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub struct JavascriptParser {
Bpaf, Clone, Copy, Debug, Default, Deserialize, Deserializable, Eq, Merge, PartialEq, Serialize,
)]
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
#[serde(rename_all = "camelCase")]
pub enum JsxRuntime {
/// Indicates a modern or native JSX environment, that doesn't require
/// special handling by Biome.
Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/backend-jsonrpc/src/workspace.ts

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

0 comments on commit 81c7a85

Please sign in to comment.