mirror of
https://github.com/typesense/typesense.git
synced 2025-05-16 03:12:32 +08:00
18 lines
346 B
Plaintext
18 lines
346 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"experimentalTernaries": true,
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"<TYPES>",
|
|
"",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"<TYPES>^[.|..|~]",
|
|
"^@/",
|
|
"^[../]",
|
|
"^[./]"
|
|
],
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
|
|
}
|