add prettier

This commit is contained in:
2025-11-04 15:17:18 -03:00
parent ede0e26dfc
commit 74955b0adb
4 changed files with 17 additions and 11 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
}