ajustes
This commit is contained in:
parent
0dc2d7a0df
commit
24561a6199
6 changed files with 157 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
|
||||
"root": false,
|
||||
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
"noUselessFragments":"off"
|
||||
},
|
||||
"performance": {
|
||||
"noAccumulatingSpread": "warn"
|
||||
"noAccumulatingSpread": "off"
|
||||
},
|
||||
"a11y": {
|
||||
"useSemanticElements": "off"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue