Clear existing lint warnings - #15
Conversation
1e479d8 to
93a2224
Compare
|
Thanks for the contribution! To get this ready to merge:
Full conventions: |
|
Thanks! I've addressed the feedback on this PR:
This should be ready for review/merge when you have a chance. |
|
Hi @xy200303, thanks for the cleanup. This PR overlaps with #41 and #68 on the VAD sparse array fix (cli-handlers.ts, resolver.ts) and the unused catch parameter in stepfun-stateless.ts. Those PRs are currently open and cover the same files. Wanted to flag the overlap in case you want to coordinate or consolidate. |
|
Summary
new Array(...)usage in VAD edit-distance helpers withArray.from(...)initialization.thisin the browser AEC capture async iterator.Verification
pnpm exec oxlint extensions/realtime-aec/src/browser-audio-driver.ts packages/realtime/src/backend/stepfun-stateless.ts packages/realtime/src/vad/cli-handlers.ts packages/realtime/src/vad/resolver.tspnpm exec prettier --check extensions/realtime-aec/src/browser-audio-driver.ts packages/realtime/src/backend/stepfun-stateless.ts packages/realtime/src/vad/cli-handlers.ts packages/realtime/src/vad/resolver.ts packages/utils/src/path.test.ts packages/utils/src/shell.test.ts src/commands/artifacts-command.ts src/commands/option-parsers.ts src/commands/option-parsers.test.tspnpm exec vitest run packages/realtime/src/vad/resolver.test.ts packages/realtime/src/backend/stepfun-stateless.test.ts packages/utils/src/path.test.ts packages/utils/src/shell.test.ts src/commands/option-parsers.test.tspnpm exec tsc --noEmit --pretty falsepnpm checkNotes