marko/.prettierrc
2021-11-03 15:32:18 -07:00

11 lines
111 B
Plaintext

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