thrrgilag.net/themes/terminal-old/.prettierrc

12 lines
163 B
Plaintext
Raw Normal View History

2019-09-29 17:31:00 +00:00
{
"parser": "babel",
"printWidth": 100,
"trailingComma": "all",
"overrides": [{
"files": ".html",
"options": {
"parser": "html"
}
}]
}