.
This commit is contained in:
parent
e8eda7ff32
commit
127061d04c
11 changed files with 912 additions and 914 deletions
25
biome.json
25
biome.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue