fix: Update eslint error message to reflect location of antd components (#19857)

This commit is contained in:
Erik Ritter
2022-04-26 21:12:43 -07:00
committed by GitHub
parent e3dbe8d8af
commit 768e4b7a54

View File

@@ -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',