mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
- Update DefaultThumbnail test to match size-full class change - Fix shellcheck warnings in qa-batch.sh (SC2001, SC2207) - Fix shellcheck warnings in qa-deploy-pages.sh (SC2034, SC2235, SC2231, SC2002) - Add qa-report-template.html to oxfmt ignore (minified, not formattable) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"trailingComma": "none",
|
|
"printWidth": 80,
|
|
"ignorePatterns": [
|
|
"packages/registry-types/src/comfyRegistryTypes.ts",
|
|
"public/materialdesignicons.min.css",
|
|
"src/types/generatedManagerTypes.ts",
|
|
"**/__fixtures__/**/*.json",
|
|
"scripts/qa-report-template.html"
|
|
]
|
|
}
|