www-jmbit-de/themes/terminal/.prettierrc
Johannes Bülow b20ad0960c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
moved to newer version of theme, refractored go code
2024-11-26 09:09:05 +01:00

12 lines
189 B
Text

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