Skip to content

fix: resolve all lint errors (unused imports and missing import)#43

Closed
0xAxiom wants to merge 1 commit intomainfrom
fix/lint-errors-unused-imports-missing-writeFileSync
Closed

fix: resolve all lint errors (unused imports and missing import)#43
0xAxiom wants to merge 1 commit intomainfrom
fix/lint-errors-unused-imports-missing-writeFileSync

Conversation

@0xAxiom
Copy link
Copy Markdown
Owner

@0xAxiom 0xAxiom commented Feb 24, 2026

What

Fix all 5 lint errors across 2 files:

  1. claw-pipeline/scripts/run.mjs — Remove unused readdirSync and relative imports
  2. scripts/render-demo-video.mjs — Add missing writeFileSync import (no-undef error)

Why

npm run lint was failing with 5 errors. Now passes with 0 errors (53 warnings remain, all non-blocking).

Tested

  • npm run lint → 0 errors ✅
  • npm test → 252 tests passing ✅

- remove unused readdirSync, relative imports from claw-pipeline/scripts/run.mjs
- add missing writeFileSync import to scripts/render-demo-video.mjs
- lint now passes with 0 errors (53 warnings remain)
@0xAxiom 0xAxiom requested a review from MeltedMindz as a code owner February 24, 2026 01:02
@0xAxiom
Copy link
Copy Markdown
Owner Author

0xAxiom commented Feb 27, 2026

Superseded by #52

@0xAxiom 0xAxiom closed this Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant