mirror of
https://github.com/stoatchat/service-admin-panel.git
synced 2026-07-01 21:44:47 -04:00
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"],
|
|
"importOrder": [
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@radix-ui",
|
|
"^\\.\\.",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|