www-jmbit-de/themes/hugo-theme-terminal/.prettierrc
Johannes Bülow 262e804243
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
moved theme into main tree
2023-08-03 11:21:34 +02:00

12 lines
189 B
Text

{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "avoid",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}