refactor: project structure and update configurations

This commit is contained in:
Lucàs
2025-07-14 13:18:40 +02:00
parent 4744dce006
commit f0bc58cdd6
27 changed files with 775 additions and 82 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "es5"
}