chore: configura o prettier para formatacao do codigo

This commit is contained in:
2026-04-29 20:03:32 -05:00
parent 6c4a7c5116
commit c323d4d6af
15 changed files with 316 additions and 161 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 100,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}