webapp-deployment-status-api/.prettierrc
2024-01-18 20:17:30 -06:00

13 lines
178 B
Plaintext

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