Skip to content

chore: migrate from ESLint to oxlint#301

Merged
limonte merged 2 commits into
mainfrom
copilot/migrate-eslint-to-oxlint
Mar 16, 2026
Merged

chore: migrate from ESLint to oxlint#301
limonte merged 2 commits into
mainfrom
copilot/migrate-eslint-to-oxlint

Conversation

Copilot AI commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

Replaces the ESLint toolchain (eslint, typescript-eslint, angular-eslint) with oxlint, following the same approach used in sweetalert2/sweetalert2@db99177.

Changes

  • eslint.config.js — deleted
  • package.json
    • Removed devDependencies: @eslint/js, angular-eslint, eslint, typescript-eslint
    • Added oxlint ^1.51.0
    • Simplified lint script from run-s lint:* (two ng lint sub-scripts) to "lint": "oxlint"
  • angular.json — removed @angular-eslint/builder:lint architect entries from both projects
  • Source files — removed // eslint-disable-next-line @typescript-eslint/... comments that were specific to the removed ruleset

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: limonte <6059356+limonte@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate from ESLint to OXLint using SweetAlert2 config chore: migrate from ESLint to oxlint Mar 16, 2026
Copilot AI requested a review from limonte March 16, 2026 11:57
@limonte limonte marked this pull request as ready for review March 16, 2026 12:02
@limonte limonte merged commit 8904cfd into main Mar 16, 2026
1 check passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 14.1.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants