hugo-theme-terminal/.prettierrc

13 lines
189 B
Text
Raw Permalink Normal View History

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