sadium/themes/hugo-theme-terminal/.prettierrc
2023-12-13 21:47:26 +03:00

12 lines
189 B
Text

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