You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2022/04/27 03:01:07 UTC

[superset] 01/01: fix: Update eslint error message to reflect location of antd components

This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch etr2460-patch-6
in repository https://gitbox.apache.org/repos/asf/superset.git

commit fa073ff2232496fff7e368b5477dcc13edcae95e
Author: Erik Ritter <er...@airbnb.com>
AuthorDate: Tue Apr 26 20:00:57 2022 -0700

    fix: Update eslint error message to reflect location of antd components
---
 superset-frontend/.eslintrc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/.eslintrc.js b/superset-frontend/.eslintrc.js
index facd3431f4..d4751c18ce 100644
--- a/superset-frontend/.eslintrc.js
+++ b/superset-frontend/.eslintrc.js
@@ -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',