mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
19 lines
432 B
Plaintext
19 lines
432 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"importOrder": ["^@core/(.*)$", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.{js,cjs,mjs,ts,cts,mts,tsx,vue}",
|
|
"options": {
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports"]
|
|
}
|
|
}
|
|
]
|
|
}
|