This commit is contained in:
Luiz Silva 2025-08-10 11:36:10 -03:00
parent 0dc2d7a0df
commit 24561a6199
6 changed files with 157 additions and 4 deletions

View file

@ -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"