-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correct structural eslint error #5243
Conversation
@W-14455533@
@@ -79,6 +79,7 @@ export const vscodeStub = { | |||
withProgress: () => { | |||
return Promise.resolve(true); | |||
}, | |||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
phew...thought this might be a lot more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice thanks Pete! I view this PR as a if it builds it builds situation. Lemme know if you think it needs deeper QE.
Corrects structural eslint issues across all packages.
@W-14455533@