_estaticos/biome.json
2024-06-04 21:50:38 -03:00

16 lines
277 B
JSON

{
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": []
},
"formatter": { "formatWithErrors": true },
"linter": {
"enabled": true,
"rules": {
"complexity": {
"useLiteralKeys": "off"
}
}
}
}