Skip to content

Replace ESLint and Prettier with oxlint and oxfmt#82

Merged
Zertz merged 2 commits intomainfrom
copilot/replace-eslint-prettier-with-oxc
Mar 8, 2026
Merged

Replace ESLint and Prettier with oxlint and oxfmt#82
Zertz merged 2 commits intomainfrom
copilot/replace-eslint-prettier-with-oxc

Conversation

Copy link
Contributor

Copilot AI commented Mar 8, 2026

Swaps the JS linting and formatting toolchain from ESLint + Prettier to the OXC-based equivalents (oxlint + oxfmt), which are significantly faster and require less configuration.

Dependencies

Removed:

  • eslint, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-config-prettier, eslint-plugin-react-hooks
  • prettier, prettier-plugin-tailwindcss

Added:

  • oxlint (v1.51.0) — Rust-based linter with built-in TypeScript and React support
  • oxfmt (v0.36.0) — Prettier-compatible formatter

Config changes

  • Removes .eslintrc.json
  • Adds .oxlintrc.json with react and typescript plugins enabled
  • Updates lint script: eslint . --ext ts,tsxoxlint .
  • Adds format script: oxfmt --write .
  • Updates .vscode/settings.json default formatter: esbenp.prettier-vscodeoxc.vscode-oxc

Source files

All source files reformatted by oxfmt.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link

vercel bot commented Mar 8, 2026

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

Project Deployment Actions Updated (UTC)
tempocal Ready Ready Preview, Comment Mar 8, 2026 7:15pm

Co-authored-by: Zertz <2636763+Zertz@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace eslint and prettier with oxc Replace ESLint and Prettier with oxlint and oxfmt Mar 8, 2026
Copilot finished work on behalf of Zertz March 8, 2026 19:15
@Zertz Zertz marked this pull request as ready for review March 8, 2026 23:16
@Zertz Zertz merged commit 691bbd7 into main Mar 8, 2026
3 checks passed
@Zertz Zertz deleted the copilot/replace-eslint-prettier-with-oxc branch March 8, 2026 23:21
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