Skip to content

Commit

Permalink
Update biome.json schema to version 1.8.3 and adjust settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Oct 1, 2024
1 parent bfeab5a commit a4fde93
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
"enabled": false
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
"files": {
"ignore": ["**/node_modules", "dist", "pnpm-lock.yaml", ".vscode/"]
}
}

0 comments on commit a4fde93

Please sign in to comment.