docs: add oxlint troubleshooting section and remove hardcoded values

Add linting issues (oxlint) FAQ section covering disable syntax,
upgrade breakage, type-aware mode failures, and duplicate errors.

Replace hardcoded Node version (v24) with .nvmrc references across
TROUBLESHOOTING.md, CONTRIBUTING.md, and browser_tests/README.md to
prevent stale docs. Generalize workspace filter examples to reference
pnpm-workspace.yaml instead of hardcoding package names.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
snomiao
2026-03-10 15:13:25 +00:00
parent ba1d98eb00
commit 43dc99232f
3 changed files with 96 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ cp -r tools/devtools/* /path/to/your/ComfyUI/custom_nodes/ComfyUI_devtools/
### Node.js & Playwright Prerequisites
Ensure you have the Node.js version from `.nvmrc` installed (currently v24).
Ensure you have the Node.js version specified in `.nvmrc` installed.
Then, set up the Chromium test driver:
```bash