16 lines
277 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|