hugo-theme-terminal/.prettierrc

12 lines
163 B
Text
Raw Normal View History

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