astro-ghostcms/biome.json

19 lines
283 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noExplicitAny": "off"
2024-01-23 18:51:23 +00:00
}
}
},
"files": {
"ignore": ["dist", ".astro"]
}
}