Skip to content

fix: remove obsolete ESLint 10 --ext option - #528

Draft
Cherry7593 wants to merge 1 commit into
react-component:masterfrom
Cherry7593:codex/eslint10-lint-script
Draft

fix: remove obsolete ESLint 10 --ext option#528
Cherry7593 wants to merge 1 commit into
react-component:masterfrom
Cherry7593:codex/eslint10-lint-script

Conversation

@Cherry7593

Copy link
Copy Markdown

What changed

Remove the obsolete ESLint 10 --ext option from the repository lint script.

Why

This repository uses ESLint 10 flat config, where --ext is no longer accepted. The flat config already defines TypeScript/React handling and ignores, so linting src/ preserves the same owned source scope.

Validation

  • repository lint passed with the existing warnings and zero errors
  • TypeScript 6 typecheck passed
  • 8/8 suites and 80/80 existing tests passed
  • Father ESM/CJS/declaration build and Less compile passed
  • package output contained the expected 82 files

Development-script only; no runtime API changes.

@vercel

vercelBot commented Aug 13, 2026

Copy link
Copy Markdown

@Cherry7593 is attempting to deploy a commit to the afc163's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 3a471f45-e095-4515-a370-df602f6986e0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for freeto 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

@Cherry7593