hugo-theme-terminal/.prettierrc

12 lines
163 B
Plaintext
Raw Normal View History

2019-01-28 00:11:02 +00:00
{
2019-03-31 17:18:08 +00:00
"parser": "babel",
2019-01-28 00:11:02 +00:00
"printWidth": 100,
2019-03-31 17:18:08 +00:00
"trailingComma": "all",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
2019-01-28 00:11:02 +00:00
}