mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Lint module entry point (#635)
- Adds module entry point tests - Manually resolved lint rules for module entry point imports / exports (autofix could not resolve without causing issues)
This commit is contained in:
@@ -59,7 +59,6 @@ export default tseslint.config(
|
||||
rules: {
|
||||
// Temporarily disabled
|
||||
// See https://github.com/Comfy-Org/litegraph.js/issues/629
|
||||
"unicorn/prefer-export-from": "off",
|
||||
"unicorn/catch-error-name": "off",
|
||||
"unicorn/consistent-existence-index-check": "off",
|
||||
"unicorn/no-array-callback-reference": "off",
|
||||
|
||||
Reference in New Issue
Block a user