fix: Update eslint error message to reflect location of antd components (#19857)
This commit is contained in:
parent
e3dbe8d8af
commit
768e4b7a54
|
|
@ -247,7 +247,7 @@ module.exports = {
|
|||
{
|
||||
name: 'antd',
|
||||
message:
|
||||
'Please import Ant components from the index of common/components',
|
||||
'Please import Ant components from the index of src/components',
|
||||
},
|
||||
{
|
||||
name: '@superset-ui/core',
|
||||
|
|
|
|||
Loading…
Reference in New Issue