You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/01/05 11:32:55 UTC

[superset] branch master updated (97a78d3 -> ceecc70)

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

yongjiezhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 97a78d3  refactor(storybok): upgrade to webpack5 in storybook of plugins (#17909)
     add ceecc70  chore: remove unused eslintrc (#17860)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |  72 ++------
 superset-frontend/.prettierignore                  |   1 +
 .../cypress-base/cypress/plugins/index.js          |   1 +
 superset-frontend/package-lock.json                | 200 ++-------------------
 superset-frontend/package.json                     |   2 -
 superset-frontend/src/common/components/.eslintrc  |  34 ----
 superset-frontend/src/components/.eslintrc         |  34 ----
 superset-frontend/src/dashboard/.eslintrc          |  31 ----
 .../components/gridComponents/ChartHolder.jsx      |   3 +-
 superset-frontend/src/middleware/asyncEvent.ts     |  25 +--
 superset-frontend/webpack.config.js                |   1 +
 11 files changed, 50 insertions(+), 354 deletions(-)
 delete mode 100644 superset-frontend/src/common/components/.eslintrc
 delete mode 100644 superset-frontend/src/components/.eslintrc
 delete mode 100644 superset-frontend/src/dashboard/.eslintrc