This commit is contained in:
Jaime Freire
2023-12-02 13:36:52 +01:00
parent d7251d13a2
commit 059c99c70f
24 changed files with 8180 additions and 0 deletions

8
.prettierrc Normal file
View File

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