Applied a map to avoid hard coded cases
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
@@ -91,6 +91,11 @@ import { styled, withStyles } from '@material-ui/core/styles';`,
|
||||
errors: [{ messageId: 'topLevelImport' }],
|
||||
output: `import { styled } from '@material-ui/core/styles';`,
|
||||
},
|
||||
{
|
||||
code: `import { SvgIcon, SvgIconProps } from '@material-ui/core';`,
|
||||
errors: [{ messageId: 'topLevelImport' }],
|
||||
output: `import SvgIcon, { SvgIconProps } from '@material-ui/core/SvgIcon';`,
|
||||
},
|
||||
{
|
||||
code: `import { TabProps } from '@material-ui/core';`,
|
||||
errors: [{ messageId: 'topLevelImport' }],
|
||||
|
||||
Reference in New Issue
Block a user