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:
filtered
2025-02-27 23:02:03 +11:00
committed by GitHub
parent 984bd8696c
commit 6737828a2b
3 changed files with 90 additions and 81 deletions

View File

@@ -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",