fix: fix storybook:build memory allocation error in CI (#5284)
This commit is contained in:
@ -17,6 +17,11 @@ module.exports = {
|
||||
group: ['**../'],
|
||||
message: 'Relative imports are not allowed.',
|
||||
},
|
||||
{
|
||||
group: ['lodash'],
|
||||
message:
|
||||
"Please use the standalone lodash package (for instance: `import groupBy from 'lodash.groupby'` instead of `import { groupBy } from 'lodash'`)",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user