Skip to content

Commit

Permalink
fix: Update eslint error message to reflect location of antd componen…
Browse files Browse the repository at this point in the history
…ts (apache#19857)
  • Loading branch information
Erik Ritter authored and philipher29 committed Jun 9, 2022
1 parent 5150afb commit 0520880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0520880

Please sign in to comment.