hugo-theme-terminal/.prettierrc

12 lines
163 B
Text
Raw Permalink Normal View History

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