hugo-theme-terminal/.prettierrc
2022-06-21 15:50:51 +02:00

12 lines
163 B
Plaintext

{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}