mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"importOrder": ["^@core/(.*)$", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true
|
|
} |