sadium/themes/hugo-theme-terminal/.prettierrc

13 lines
189 B
Text
Raw Normal View History

2023-12-13 21:47:26 +03:00
{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "avoid",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}