Files
flashcards-admin-bot/.prettierrc
2024-03-22 14:51:07 +01:00

13 lines
178 B
Plaintext

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