chore(lint): resolve all source-code lint warnings - #41
Merged
Conversation
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.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | f97a2fe | Jul 26 2026, 06:20 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Polish/bug-sweep pass. Resolves every ESLint warning in shipped source (109 → 99; the remaining 99 are intentional
no-explicit-anyand test-file scaffolding, kept as warnings by design).eslint-disabledirectives + leftover blank lines_; removed a dead import and a discarded return value@ts-ignore→@ts-expect-errorin platform detectionexhaustive-depswarnings — both non-bugs (documented/keyed correctly)No behavior change. 429 tests pass,
tscnet-zero new errors,astro buildgreen.