thrrgilag.net/themes/terminal/.prettierrc
Morgan McMillian 2e03c0b95e changed themes
2019-09-29 10:31:00 -07:00

11 lines
163 B
Text

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