Versão migrada do pacote antigo

This commit is contained in:
Luiz Silva 2026-02-25 12:53:17 -03:00
commit eab9e5269f
17 changed files with 5304 additions and 0 deletions

15
biome.json Executable file
View file

@ -0,0 +1,15 @@
{
"$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"
}
}
}
}