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

Enable @typescript-eslint/consistent-type-imports lint rule #2886

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

hughns
Copy link
Member

@hughns hughns commented Dec 9, 2024

This is to help ensure that we get proper vite/rollup lazy loading by not importing more than we need to.

@hughns hughns marked this pull request as ready for review December 9, 2024 17:14
@hughns hughns requested a review from a team as a code owner December 9, 2024 17:14
@hughns hughns requested a review from robintown December 9, 2024 17:14
@hughns hughns marked this pull request as draft December 9, 2024 17:16
@hughns hughns marked this pull request as ready for review December 9, 2024 17:18
@hughns
Copy link
Member Author

hughns commented Dec 9, 2024

I don't know if this will actually have a benefit to the bundle, but I don't think it will do any harm.

This is to help ensure that we get proper vite/rollup lazy loading by not `import`ing more than we need to.

Revert "Enable @typescript-eslint/consistent-type-imports lint rule"

This reverts commit ba385fa.

Enable @typescript-eslint/consistent-type-imports lint rule

This is to help ensure that we get proper vite/rollup lazy loading by not `import`ing more than we need to.

.
@hughns hughns merged commit 0087e37 into livekit Dec 11, 2024
7 checks passed
@hughns hughns deleted the hughns/eslint-type-imports branch December 11, 2024 09:27
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