mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
Amp-Thread-ID: https://ampcode.com/threads/T-019bd8c3-5c3f-73c1-b19f-8cb4e957d717 Co-authored-by: Amp <amp@ampcode.com>
21 lines
622 B
JSON
21 lines
622 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"importOrder": ["^@core/(.*)$", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
|
|
"importOrderSeparation": true,
|
|
"importOrderSortSpecifiers": true,
|
|
"experimentalTailwindcss": {
|
|
"attributes": ["class", ":class"],
|
|
"functions": ["cn", "cva", "tw"],
|
|
"stylesheet": "./packages/design-system/src/css/style.css"
|
|
},
|
|
"ignorePatterns": [
|
|
"packages/registry-types/src/comfyRegistryTypes.ts",
|
|
"src/types/generatedManagerTypes.ts"
|
|
]
|
|
}
|