Skip to content

Commit

Permalink
feat: add blog post draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Sep 11, 2024
1 parent d935497 commit a26b79a
Show file tree
Hide file tree
Showing 12 changed files with 5,531 additions and 79 deletions.
1 change: 1 addition & 0 deletions codegen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fn main() -> anyhow::Result<()> {
CodegenCommand::Metadata => generate_json_metadata()?,
CodegenCommand::Env => {
generate_env_variables()?;
}
CodegenCommand::Diagnostics => {
generate_diagnostics()?;
}
Expand Down
1 change: 1 addition & 0 deletions src/assets/blog/biome-v1-9/biome-monthly-npm-downloads.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion src/components/generated/DefaultConfiguration.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@

```json title="biome.json"
{
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": { "ignoreUnknown": false, "ignore": [] },
"formatter": { "enabled": true, "indentStyle": "tab" },
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,
"rules": { "recommended": true }
}
},
"javascript": { "formatter": { "quoteStyle": "double" } }
}

```
Loading

0 comments on commit a26b79a

Please sign in to comment.