marko/.prettierrc.json
2023-07-24 11:55:08 -04:00

11 lines
111 B
JSON

{
"overrides": [
{
"files": "*rc",
"options": {
"parser": "json"
}
}
]
}