Files
ComfyUI_frontend/.prettierrc
Chenlei Hu acdaa6a594 Format all code / Add pre-commit format hook (#81)
* Add format-guard

* Format code
2024-07-02 13:22:37 -04:00

4 lines
44 B
Plaintext

{
"semi": true,
"trailingComma": "es5"
}