/ biome.json
biome.json
1 { 2 "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", 3 "organizeImports": { 4 "enabled": true 5 }, 6 "linter": { 7 "enabled": true, 8 "rules": { 9 "recommended": true, 10 "style": { "noNonNullAssertion": "off" } 11 } 12 }, 13 "vcs": { 14 "enabled": true, 15 "clientKind": "git", 16 "useIgnoreFile": true, 17 "defaultBranch": "main" 18 } 19 }