Skip to content

chore(lint): resolve all source-code lint warnings - #41

Merged
slaveofcode merged 1 commit into
developfrom
chore/polish-bug-sweep
Jul 26, 2026
Merged

chore(lint): resolve all source-code lint warnings#41
slaveofcode merged 1 commit into
developfrom
chore/polish-bug-sweep

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Polish/bug-sweep pass. Resolves every ESLint warning in shipped source (109 → 99; the remaining 99 are intentional no-explicit-any and test-file scaffolding, kept as warnings by design).

  • Removed 5 stale eslint-disable directives + leftover blank lines
  • Prefixed intentionally-unused vars with _; removed a dead import and a discarded return value
  • @ts-ignore@ts-expect-error in platform detection
  • Reviewed the 2 real exhaustive-deps warnings — both non-bugs (documented/keyed correctly)

No behavior change. 429 tests pass, tsc net-zero new errors, astro build green.

Polish/bug-sweep pass over ESLint warnings (109 -> 99; remaining are
intentional no-explicit-any and test scaffolding):
- Remove 5 unnecessary eslint-disable directives (deps arrays were already
  correct) and their leftover blank lines.
- Prefix intentionally-unused vars with _ (worker.store destructure-omit,
  file.service stub param); drop a discarded register() return in HotkeyTest;
  remove a dead downloadService import in CodeScratchpad.
- @ts-ignore -> @ts-expect-error in platform detection.
- exhaustive-deps: key ToolHost's useMemo on the stable tool ref; document
  JsonCompare's intentional toggle-only effect. Both reviewed as non-bugs.

No behavior change. 429 tests pass; build green.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 26, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools f97a2fe Jul 26 2026, 06:20 PM

@slaveofcode
slaveofcode merged commit 4dc4cdc into develop Jul 26, 2026
2 checks passed
@slaveofcode
slaveofcode deleted the chore/polish-bug-sweep branch July 26, 2026 18:22
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