mirror of
https://github.com/TheodoreKrypton/tgfs
synced 2024-11-21 14:41:40 +00:00
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"semi": true,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"^telegram",
|
|
"^telegraf",
|
|
"^[^(telegram|telegraf|\\.|src/)]",
|
|
"^src/",
|
|
"^[\\.]"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "decorators"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|