Skip to content

chore: migrate oxlint config off eslint rule ids#12356

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/migrate-eslint-to-oxlint
Draft

chore: migrate oxlint config off eslint rule ids#12356
Copilot wants to merge 2 commits intomainfrom
copilot/migrate-eslint-to-oxlint

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 10, 2026

Migrated remaining eslint-prefixed rule references to oxlint native rule IDs to complete the eslint→oxlint transition.

  • Config updates
    • Swapped eslint/* rule keys (e.g., eslint/no-console, eslint/no-restricted-imports) to native oxlint rule names across base rules and overrides.
    • Kept semantics and severities unchanged to preserve existing enforcement.
// before
"rules": {
  "eslint/no-console": ["error", {"allow": ["warn", "error"]}]
}

// after
"rules": {
  "no-console": ["error", {"allow": ["warn", "error"]}]
}

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
page-building-studio Ready Ready Preview, Comment Mar 10, 2026 0:16am
test-studio Ready Ready Preview, Comment Mar 10, 2026 0:16am

Request Review

Co-authored-by: stipsan <81981+stipsan@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate from eslint to oxlint language rules chore: migrate oxlint config off eslint rule ids Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants