Skip to content

Commit

Permalink
fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
zuisong committed Apr 6, 2024
1 parent fa73201 commit e4f2d99
Show file tree
Hide file tree
Showing 33 changed files with 108 additions and 104 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"denoland.vscode-deno"
]
"extensions": ["denoland.vscode-deno"]
}
}
}
8 changes: 5 additions & 3 deletions biome.json → biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"enabled": false,
"rules": {
"recommended": true,
"complexity": {
Expand All @@ -13,7 +13,9 @@
}
},
"formatter": {
"enabled": false
"enabled": true,
"indentWidth": 2,
"indentStyle": "space"
},
"files": {
"ignore": ["dist/", "coverage/"]
Expand Down
2 changes: 1 addition & 1 deletion dist/docsify-kroki.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/docsify-kroki.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit e4f2d99

Please sign in to comment.