mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-23 07:59:59 -04:00
21 lines
420 B
Plaintext
21 lines
420 B
Plaintext
{
|
|
"useTabs": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"jsxBracketSameLine": false,
|
|
"semi": true,
|
|
"quoteProps": "consistent",
|
|
"importOrder": [
|
|
"^@sd/core/(.*)$",
|
|
"^@sd/interface/(.*)$",
|
|
"^@sd/client/(.*)$",
|
|
"^@sd/ui/(.*)$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
}
|