10000 chore: update no-restricted-imports lint rule by aslilac · Pull Request #12180 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: update no-restricted-imports lint rule #12180

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

Merged
merged 1 commit into from
Feb 16, 2024
Merged

chore: update no-restricted-imports lint rule #12180

merged 1 commit into from
Feb 16, 2024

Conversation

aslilac
Copy link
Member
@aslilac aslilac commented Feb 15, 2024
  • prevent importing from the "monolith" lodash module. individual modules are better for tree shaking.
  • prevent importing useTheme and types from @mui/material/styles. prefer importing from @emotion/react.

- prevent importing from the "monolith" lodash module. individual modules are better for tree shaking.
- prevent importing `useTheme` and types from @mui/material/styles. prefer importing from @emotion/react.
@aslilac aslilac requested review from a team and BrunoQuaresma and removed request for a team February 15, 2024 23:05
@aslilac aslilac merged commit dbaafc8 into main Feb 16, 2024
@aslilac aslilac deleted the use-theme-lint branch February 16, 2024 16:54
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0