mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 17:13:31 -04:00
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"^solid",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^\\.\\.",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|