blog/themes/hello-friend/.prettierrc

12 lines
173 B
Plaintext
Raw Permalink Normal View History

2023-06-11 11:34:59 +02:00
{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"overrides": [{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}]
}