hugo-theme-terminal/.prettierrc

12 lines
163 B
Text
Raw Normal View History

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