Require full import for @mui/icons-materials

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
viown
2025-05-08 10:25:09 +03:00
parent c83fa6890c
commit 78c627fbd6
5 changed files with 18 additions and 4 deletions

View File

@@ -149,6 +149,11 @@ export default tseslint.config(
message: 'Use direct file imports for tree-shaking',
allowTypeImports: true
},
{
name: '@mui/icons-material',
message: 'Use direct file imports for tree-shaking',
allowTypeImports: true
},
{
name: '@mui/material',
message: 'Use direct file imports for tree-shaking',