1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "files": { "ignore": ["./.cache", "./build", "./app/.server/api/schema.d.ts"] }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "linter": { "enabled": false }, "formatter": { "enabled": true } }