_estaticos/biome.json
2025-06-30 12:59:56 -03:00

15 lines
297 B
JSON

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