_estaticos/biome.json
2024-06-04 14:39:38 -03:00

16 lines
269 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"files": {
"ignore": []
},
"formatter": { "formatWithErrors": true },
"linter": {
"enabled": true,
"rules": {
"complexity": {
"useLiteralKeys": "off"
}
}
}
}