Skip to content

chore: eslint integration cleanup - #76

Open
robsimmons wants to merge 2 commits into
push-xtywyksptyywfrom
push-mswmywwtswsq
Open

chore: eslint integration cleanup#76
robsimmons wants to merge 2 commits into
push-xtywyksptyywfrom
push-mswmywwtswsq

Conversation

@robsimmons

@robsimmons robsimmons commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Simple and mechanical changes, like adding ! assertions where we can reason about something being non-null, that made sense to factor out of the hairier #75

@robsimmons robsimmons changed the title chore: add eslint and tighter typescript rules, and adapt codebase to them chore: eslint integration cleanup Aug 7, 2026
@robsimmons
robsimmons changed the base branch from main to push-xtywyksptyyw August 7, 2026 20:28
@robsimmons
robsimmons force-pushed the push-mswmywwtswsq branch 2 times, most recently from 9b1cf07 to 3b0e8de Compare August 7, 2026 21:18
Comment thread src/app/setup/page.tsx Outdated
// Stream seed events whenever we're in the seeding phase.
useEffect(() => {
if (phase !== 'seeding') return
if (phase !== 'seeding') return undefined

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't want to worry about this manually, but if it can be auto-fixed in the husky hook then idm.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh, not worth it and it seems like whatever lint rule prompted this isn't anymore, so I backed out of this change

robsimmons and others added 2 commits August 8, 2026 22:28
… them

Update src/lib/server/vscodeServer.ts

Co-authored-by: Wojciech Nawrocki <13901751+Vtec234@users.noreply.github.com>
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.

2 participants