🥂 Initial commit

This commit is contained in:
Lucas Colombo
2023-07-01 16:19:40 -03:00
commit 65a7943588
488 changed files with 57991 additions and 0 deletions

20
.prettierrc Normal file
View File

@ -0,0 +1,20 @@
{
"singleQuote": true,
"useTabs": false,
"tabWidth": 4,
"printWidth": 90,
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"options": {
"tabWidth": 2
}
},
{
"files": ["*.scss"],
"options": {
"printWidth": 100
}
}
]
}