astro-gists/biome.json

19 lines
284 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "warn"
}
}
},
"files": {
"ignore": ["dist", ".astro"]
}
}