chore: checkpoint sessão #1 — setup inicial concluído

This commit is contained in:
2026-05-04 09:49:14 +01:00
parent dfae1b5335
commit e6ebc0909c
6 changed files with 398 additions and 12 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false
}