ktmud commented on pull request #14388: URL: https://github.com/apache/superset/pull/14388#issuecomment-831390898
I think ESLint will be able to warn about importing `@emotion/core` as long as it is not in `dependencies` and the rule [import/no-extraneous-dependencies](https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-extraneous-dependencies.md) is enabled. I also tried to fix this issue by updating webpack config [here](https://github.com/apache/superset/pull/14438) and it seems to be working. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
