Skip to content

[IGNORE] Replace Prettier + ESlint by Oxfmt + Oxlint#684

Draft
Gladorme wants to merge 1 commit into
perses:mainfrom
Gladorme:oxc
Draft

[IGNORE] Replace Prettier + ESlint by Oxfmt + Oxlint#684
Gladorme wants to merge 1 commit into
perses:mainfrom
Gladorme:oxc

Conversation

@Gladorme

@Gladorme Gladorme commented Jun 17, 2026

Copy link
Copy Markdown
Member

Description

Replacing ESLint and Prettier by Oxlint and Oxfmt.

Oxlint is 50x - 100x faster than ESLint depending on the number of CPU cores.
Oxfmt is 35x faster than prettier.
Source: https://oxc.rs/docs/guide/benchmarks

Lot of change due to sorting logic different from previous one, I put sorting in oxfmt because no import/sort on oxlint.

What is next is enabling "react-perf" rules + tsgolint (https://github.com/oxc-project/tsgolint).

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

@Gladorme Gladorme force-pushed the oxc branch 2 times, most recently from 630df76 to bd52904 Compare June 17, 2026 13:44
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
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.

1 participant