mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
[Refactor] Prefer includes over indexOf -1 (#646)
Enables ESLint auto-fix rule.
This commit is contained in:
@@ -71,7 +71,6 @@ export default tseslint.config(
|
||||
"unicorn/prefer-structured-clone": "off",
|
||||
"unicorn/prefer-switch": "off",
|
||||
"unicorn/prefer-ternary": "off",
|
||||
"unicorn/prefer-includes": "off",
|
||||
|
||||
// Disable rules
|
||||
"unicorn/consistent-function-scoping": "off",
|
||||
|
||||
Reference in New Issue
Block a user