This commit is contained in:
Luiz Silva 2025-06-30 12:59:56 -03:00
parent e8eda7ff32
commit 127061d04c
11 changed files with 912 additions and 914 deletions

View file

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