chore: update biome to v2

This commit is contained in:
Aarnav Tale
2025-08-19 17:52:26 -04:00
parent d2c4f5eb2b
commit ae2bd35cbf
3 changed files with 47 additions and 42 deletions
+9 -4
View File
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
@@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": false,
"ignore": ["app/wasm_exec.js"]
"includes": ["**", "!app/wasm_exec.js"]
},
"formatter": {
"enabled": true,
@@ -15,8 +15,13 @@
"lineWidth": 80,
"lineEnding": "lf"
},
"organizeImports": {
"enabled": true
"assist": {
"actions": {
"source": {
"organizeImports": "on",
"useSortedAttributes": "on"
}
}
},
"linter": {
"enabled": true,