agualização biome

This commit is contained in:
Luiz Silva 2026-02-15 14:19:37 -03:00
parent d783fa1294
commit 287f308c3f
4 changed files with 42 additions and 42 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
"root": false,
"linter": {
"enabled": true,
"rules": {
@ -36,7 +36,7 @@
"useLiteralKeys": "off",
"useArrowFunction": "warn",
"useDateNow": "off",
"noUselessFragments":"off"
"noUselessFragments": "off"
},
"performance": {
"noAccumulatingSpread": "off"
@ -61,4 +61,4 @@
"attributePosition": "multiline"
}
}
}
}