{
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
"extends": ["../../biome2.json"],
"files": {
"includes": ["src/**/*", "scripts/**/*", "configs/**/*"]
},
"linter": {
"rules": {
"suspicious": {
"noConsole": "off"
}