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 f54bfeaf37 fix(frontend): Fix linting issues and migrate pre-commit to
OXC
add db73684d82 feat(frontend): Implement hybrid OXC + AST linting
architecture
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 6 +
scripts/{oxlint.sh => check-custom-rules.sh} | 12 +-
scripts/oxlint.sh | 4 +-
superset-frontend/LINTING.md | 138 +++++++++++++++
superset-frontend/oxlint.json | 12 +-
superset-frontend/package.json | 12 +-
superset-frontend/scripts/check-custom-rules.js | 197 +++++++++++++++++++++
.../src/components/CrudThemeProvider.tsx | 1 +
8 files changed, 361 insertions(+), 21 deletions(-)
copy scripts/{oxlint.sh => check-custom-rules.sh} (86%)
create mode 100644 superset-frontend/LINTING.md
create mode 100755 superset-frontend/scripts/check-custom-rules.js