hugo-theme-terminal/.prettierrc

12 lines
163 B
Plaintext
Raw Normal View History

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