mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-25 23:25:02 +00:00
- ESLint: warn on imports of @/schemas/apiSchema; direct consumers to @comfyorg/ingest-types generated types. Scoped to src/. - ESLint: warn on new 'zod' imports under src/schemas/ for server response shapes. Excludes tests. - Pre-commit: scripts/check-frozen-dirs.ts prints a non-blocking warning when new files are added under src/composables, src/stores, or src/services. All rules use warn severity / non-blocking so the migration can be incremental without breaking CI. Existing imports remain legal and pre-existing CI checks (typecheck, --max-warnings default) are unaffected.