Uh oh!
There was an error while loading. Please reload this page.
fix: remove obsolete ESLint 10 --ext option - #528
Conversation
@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. |
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
What changed
Remove the obsolete ESLint 10
--extoption from the repository lint script.Why
This repository uses ESLint 10 flat config, where
--extis no longer accepted. The flat config already defines TypeScript/React handling and ignores, so lintingsrc/preserves the same owned source scope.Validation
Development-script only; no runtime API changes.