Lint: Ignore browser_tests for now

Until we can properly configure a tsconfig for them.
This commit is contained in:
Alexander Brown
2025-09-17 21:14:19 -07:00
committed by GitHub
parent 09e7d1040e
commit ca0145e2f6

View File

@@ -20,6 +20,7 @@ export default defineConfig([
'src/types/vue-shim.d.ts',
'src/types/comfyRegistryTypes.ts',
'src/types/generatedManagerTypes.ts',
'browser_tests/**/*',
'**/vite.config.*.timestamp*',
'**/vitest.config.*.timestamp*'
]