mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.mts", "*.tsx"],
|
|
"excludeFiles": ["server/src/migrations/**/*.ts"],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
]
|
|
}
|