This commit is contained in:
Luiz H. R. Silva 2024-06-04 13:16:34 -03:00
commit 2cedd41095
19 changed files with 760 additions and 0 deletions

7
biome.json Normal file
View file

@ -0,0 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"extends": ["node_modules/~comuns/Documentos/biome.json"],
"files": {
"ignore": []
}
}