Skip to content

Conversation

@clickCA
Copy link

@clickCA clickCA commented Sep 14, 2025

Migrate from ESLint to oxlint for faster and more efficient linting.
https://github.com/oxc-project/bench-javascript-linter

The decision
Screenshot_20250918_152317_Discord.jpg

KanonKC and others added 4 commits August 24, 2025 13:40
… oxlint for faster and more efficient linting

Migrate from ESLint to oxlint for faster and more efficient linting
Copilot AI review requested due to automatic review settings September 14, 2025 15:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR migrates the project from ESLint to oxlint for faster and more efficient linting. The change involves replacing ESLint dependencies and configuration with oxlint equivalents while updating documentation to reflect the new linting approach.

  • Replaces ESLint and TypeScript ESLint packages with oxlint in package.json
  • Updates the lint script to use oxlint with React and import plugins
  • Creates new oxlint configuration file and updates README documentation

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

File Description
package.json Removes ESLint dependencies and adds oxlint, updates lint script
README.md Updates documentation to reference oxlint instead of ESLint
.oxlintrc.json Adds new oxlint configuration file with React and import plugins
.eslintrc.cjs ESLint configuration file (appears to be removed)

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

# React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
# React + TypeScript + Vite
Copy link

Copilot AI Sep 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a duplicate heading '# React + TypeScript + Vite' on lines 1 and 3. The duplicate on line 3 should be removed.

Suggested change
# React + TypeScript + Vite

Copilot uses AI. Check for mistakes.
@KanonKC KanonKC changed the base branch from main to dev September 14, 2025 16:28
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