Skip to content

Run lint in CI and fix issues with vscode extension#8

Merged
WillSewell merged 3 commits into
mainfrom
run-lint-ci
Oct 7, 2025
Merged

Run lint in CI and fix issues with vscode extension#8
WillSewell merged 3 commits into
mainfrom
run-lint-ci

Conversation

@WillSewell

Copy link
Copy Markdown
Collaborator

eslint was erroring when run via the vscode extension, but not via the CLI.

Didn't look too deeply into it the root cause suggests it's an issue with eslint and pnpm. I've added the suggested incantation to publicHoistPattern and it seems to work now, so I'm not asking anymore questions...

eslint was erroring when run via the vscode extension, but not
via the CLI.

Didn't look too deeply into it the root cause suggests it's an
issue with eslint and pnpm. I've added the suggested
incantation to publicHoistPattern and it seems to work now, so
I'm not asking anymore questions...
It was previously failing to build in CI because the initial
render happens on the server, where `window` is not defiend.
@WillSewell
WillSewell merged commit bb414f2 into main Oct 7, 2025
1 check passed
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