ci: add base code and tools

This commit is contained in:
Riccardo
2024-06-20 23:47:43 +02:00
parent 2ce49a0e6f
commit d166c6781c
22 changed files with 11644 additions and 123 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80,
"jsxSingleQuote": true,
"tabWidth": 2,
"arrowParens": "avoid",
"plugins": ["prettier-plugin-tailwindcss"]
}