mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 20:59:25 +00:00
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.mts"],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
]
|
|
}
|