Skip to content

Conversation

RSO
Copy link
Contributor

@RSO RSO commented Oct 14, 2025

Context

Fixes #2998

I decided to go with the default ESLint config for now, though I had to disable the no-explicit-any rule, although it may be better to move that to a warning to discourage usage.

Copy link

changeset-bot bot commented Oct 14, 2025

⚠️ No Changeset found

Latest commit: 503ea84

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

* Replicates the webview message passing pattern used in the VSCode extension
*/
export class IPCChannel extends EventEmitter {
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's probably a better way to fix this, but I didn't want to spend too much time on this PR

@RSO RSO requested a review from catrielmuller October 14, 2025 12:01
@catrielmuller catrielmuller merged commit 6f8b78d into main Oct 14, 2025
11 checks passed
@catrielmuller catrielmuller deleted the cli-eslint branch October 14, 2025 16:28
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.

Set up ESLint for the /cli folder

2 participants