Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed Mar 24, 2024
1 parent c0d5993 commit 74c0685
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default defineConfig({
server: {
preset: "vercel",
prerender: {
crawlLinks: true
}
crawlLinks: true,
},
},
vite: {
plugins: [
Expand Down
13 changes: 9 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.0/schema.json",
"organizeImports": {
"enabled": true
"formatter": {
"indentStyle": "space"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space"
"organizeImports": {
"enabled": true
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}

0 comments on commit 74c0685

Please sign in to comment.