mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 23:34:31 +00:00
[bugfix] Fix ESLint config conflict for vite.config.mts
Removed vite.config.mts from tsconfig.json include array to resolve ESLint parsing error. The file is already configured via eslint.config.ts allowDefaultProject, and being in both locations caused a conflict. This fixes the CI lint-and-format check failure.
This commit is contained in:
@@ -58,7 +58,6 @@
|
||||
"src/types/**/*.d.ts",
|
||||
"tailwind.config.ts",
|
||||
"tests-ui/**/*",
|
||||
"vite.config.mts",
|
||||
"vitest.config.ts",
|
||||
// "vitest.setup.ts",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user