mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
chore: configure eslint
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
"no-constant-condition": "warn",
|
"no-constant-condition": "warn",
|
||||||
"no-unused-vars": "warn",
|
"no-unused-vars": "warn",
|
||||||
"no-mixed-spaces-and-tabs": "warn",
|
"no-mixed-spaces-and-tabs": "warn",
|
||||||
"no-unreachable": "warn"
|
"no-unreachable": "warn",
|
||||||
|
"curly": ["warn", "all"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user