Convert to dockerized repo

This commit is contained in:
2026-02-13 14:27:02 -03:00
parent 7a59019694
commit 1a1f068301
9 changed files with 132 additions and 0 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 4,
"proseWrap": "preserve"
}
}
]
}