Primeiro commit

This commit is contained in:
Luiz Silva 2024-05-03 12:27:55 -03:00
commit 9135911bd7
33 changed files with 48927 additions and 0 deletions

16
biome.json Normal file
View file

@ -0,0 +1,16 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"files": {
"ignore": []
},
"formatter": { "formatWithErrors": true },
"linter": {
"enabled": true,
"rules": {
"complexity": {
"useLiteralKeys": "off"
}
}
}
}