freelo-action/biome.json

16 lines
223 B
JSON
Raw Permalink Normal View History

2024-07-30 15:26:09 +02:00
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"files": {
"ignore": ["dist/*"]
}
}