Files
ComfyUI_frontend/.prettierrc

7 lines
106 B
Plaintext

{
"singleQuote": true,
"tabWidth": 2,
"semi": false,
"trailingComma": "none",
"printWidth": 80
}