Versão migrada do pacote antigo
This commit is contained in:
commit
eab9e5269f
17 changed files with 5304 additions and 0 deletions
15
biome.json
Executable file
15
biome.json
Executable 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue