Skip to content

Replace eslint and prettier with oxlint and oxfmt#3250

Merged
AndreasArvidsson merged 13 commits intomainfrom
oxc
Mar 24, 2026
Merged

Replace eslint and prettier with oxlint and oxfmt#3250
AndreasArvidsson merged 13 commits intomainfrom
oxc

Conversation

@AndreasArvidsson
Copy link
Member

No description provided.

@AndreasArvidsson AndreasArvidsson requested a review from a team as a code owner March 23, 2026 18:09
@AndreasArvidsson AndreasArvidsson marked this pull request as draft March 23, 2026 18:09
@AndreasArvidsson AndreasArvidsson changed the title Started replacing eslint with oxlint and prettier with oxfmt Replace eslint and prettier with oxlint and oxfmt Mar 23, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6e7e99c774

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@AndreasArvidsson
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d3a3b66e34

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@AndreasArvidsson AndreasArvidsson marked this pull request as ready for review March 24, 2026 09:03
@AndreasArvidsson AndreasArvidsson merged commit 7a30af3 into main Mar 24, 2026
16 checks passed
@AndreasArvidsson AndreasArvidsson deleted the oxc branch March 24, 2026 09:03
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2732029211

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

language: system
entry: pnpm exec eslint
entry: pnpm exec oxlint
args: [--fix]

Choose a reason for hiding this comment

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

P2 Badge Add --deny-warnings to the pre-commit oxlint hook

The new hook runs oxlint with only --fix, but the repository rule set is configured almost entirely at warning level ("warn" in .oxlintrc.json). Per Oxlint CLI docs, warnings only trigger a non-zero exit with --deny-warnings, so this hook will pass with unresolved lint violations that then fail later in CI (lint:ts uses oxlint --deny-warnings .). This regresses local guardrails by allowing commits that pre-commit should have blocked.

Useful? React with 👍 / 👎.

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