codeant-ai-for-open-source[bot] commented on PR #38110:
URL: https://github.com/apache/superset/pull/38110#issuecomment-3931152370
## **Sequence Diagram**
This PR consolidates linting by moving rules to Oxlint, removes
now-unnecessary ESLint plugins and related packages, and updates lockfiles so
CI uses Oxlint for linting. The diagram shows the main change rollout from code
edits to CI verification.
```mermaid
sequenceDiagram
participant Developer
participant RepoConfigs as "Repo (configs & lockfiles)"
participant Oxlint
participant NPM as "Package manager & deps"
participant CI
Developer->>RepoConfigs: Edit .eslintrc.js, oxlint.json, package.json,
package-lock.json
RepoConfigs->>NPM: Remove ESLint plugins & update overrides (lockfile
changes)
NPM-->>RepoConfigs: Updated dependency graph
RepoConfigs->>Oxlint: Consolidated lint rules into oxlint.json
CI->>RepoConfigs: Run install & lint (uses Oxlint)
Oxlint-->>CI: Lint results (rules applied)
CI-->>Developer: Green CI (lint passes)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]