This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch oxc-linter-migration
in repository https://gitbox.apache.org/repos/asf/superset.git
from 0a33910c7c chore(frontend): Complete OXC migration cleanup and
documentation
add b676c1b655 fix(frontend): Fix linting and TypeScript issues exposed by
OXC migration
add fc5ffefd0a fix(frontend): Configure OXC to pass CI checks
add 7c29233b4c feat(frontend): Add quiet mode for OXC linting to reduce
noise
add 2b7542bbb9 fix(frontend): Final TypeScript fixes for CI
add 56c85429e3 chore: Remove unnecessary PR_DESCRIPTION.md file
No new revisions were added by this update.
Summary of changes:
scripts/oxlint.sh | 3 ++-
superset-frontend/oxlint.json | 30 +++++++++++++++++-----
superset-frontend/package.json | 6 +++--
.../useTruncation/useChildElementTruncation.ts | 2 +-
.../{themeDecorator.js => themeDecorator.jsx} | 2 +-
.../plugin-chart-echarts/src/components/Echart.tsx | 11 ++++----
superset-frontend/src/SqlLab/fixtures.ts | 2 +-
.../src/components/FacePile/FacePile.stories.tsx | 2 +-
.../src/components/FacePile/FacePile.test.tsx | 2 +-
.../src/components/FacePile/utils.tsx | 2 +-
.../src/components/ListView/CardCollection.tsx | 2 +-
.../FilterBar/FilterBarSettings/index.tsx | 1 -
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 4 +--
.../src/features/home/ActivityTable.tsx | 4 +--
.../src/features/home/RightMenu.test.tsx | 2 +-
superset-frontend/src/features/home/RightMenu.tsx | 1 -
.../ExecutionLogList/ExecutionLogList.test.tsx | 2 +-
superset-frontend/src/pages/Home/index.tsx | 2 +-
.../src/pages/RolesList/RolesList.test.tsx | 6 ++---
.../pages/SavedQueryList/SavedQueryList.test.tsx | 2 +-
.../UserRegistrations/UserRegistrations.test.tsx | 2 +-
.../src/pages/UsersList/UsersList.test.tsx | 4 +--
superset-frontend/tsconfig.json | 1 +
23 files changed, 57 insertions(+), 38 deletions(-)
rename
superset-frontend/packages/superset-ui-demo/.storybook/{themeDecorator.js =>
themeDecorator.jsx} (70%)