mirror of
https://github.com/laochan-eacnet/backend.git
synced 2026-09-22 22:28:11 +03:00
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.mts"],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
]
|
|
}
|