Merge branch 'compatibilidade'

This commit is contained in:
Luiz Silva 2026-02-15 15:15:58 -03:00
commit dfec5a4527
7 changed files with 152 additions and 82 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"
}
}
}
}