dvm/.prettierrc
2023-07-06 13:49:12 +02:00

14 lines
195 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 4,
"overrides": [
{
"files": ["*.ts", "*.mts"],
"options": {
"parser": "typescript"
}
}
]
}