mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: add entry config for test-recorder in knip
Addresses review feedback: https://github.com/Comfy-Org/ComfyUI_frontend/pull/10694#discussion_r3007032682
This commit is contained in:
@@ -116,6 +116,12 @@
|
||||
"no-console": "allow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["tools/test-recorder/**/*.ts"],
|
||||
"rules": {
|
||||
"no-console": "allow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["browser_tests/**/*.ts"],
|
||||
"jsPlugins": ["eslint-plugin-playwright"],
|
||||
|
||||
@@ -39,6 +39,7 @@ const config: KnipConfig = {
|
||||
project: ['src/**/*.{astro,vue,ts}', '*.{js,ts,mjs}']
|
||||
},
|
||||
'tools/test-recorder': {
|
||||
entry: ['src/index.ts'],
|
||||
project: ['src/**/*.ts']
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user