hugo-theme-terminal/.prettierrc

13 lines
189 B
Text
Raw Normal View History

2022-06-21 15:50:51 +02:00
{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
2022-11-07 18:34:28 +01:00
"arrowParens": "avoid",
2022-06-21 15:50:51 +02:00
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}