Skip to content
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

chore: Fix @typescript-eslint/sort-type-constituents errors #1718

Merged

Conversation

hyperupcall
Copy link
Contributor

PR Checklist

Overview

When working on #1717 and #1716, I noticed that ESLint snagged on some unrelated code in CI (but not locally). This fixes the errors that show up in CI.

The environment difference seems to be related to the difference in package resolution. Locally, rm -rf node_modules && pnpm i && pnpm run eslint does not show the ESLint errors. However, rm -rf node_modules && npm ci && pnpm run eslint does.

@JoshuaKGoldberg
Copy link
Member

Yeah :/ this repo isn't converted to http://github.com/JoshuaKGoldberg/template-typescript-node-package yet. I'm hoping to finish up all the templating I'd wanted in that package this month, then migrate all my repos over.

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

👍 works on my end, thanks for the fixes!

@JoshuaKGoldberg JoshuaKGoldberg merged commit fc5a261 into typescript-eslint:main Aug 3, 2023
@hyperupcall hyperupcall deleted the hyperupcall-eslint branch August 3, 2023 21:18
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