{ "$schema": "https://biomejs.dev/schemas/2.5.1/schema.json", "root": false, "files": { "includes": [ "__tests__/**", "actions/**", "providers/**", "*.ts", "*.json", "vitest.config.ts" ] }, "linter": { "enabled": true, "rules": { "suspicious": { "noExplicitAny": "off" } } }, "formatter": { "enabled": true } }