This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/.prettierrc.json
Cat /dev/Nulo a2eae1eab5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
agregar description a varias paginas
2023-12-11 03:47:14 -03:00

12 lines
134 B
JSON

{
"printWidth": 100,
"overrides": [
{
"files": "*.hbs",
"options": {
"parser": "html"
}
}
]
}