X Tutup
Skip to content

chore: Use detect for React version in ESLint configuration#449

Open
yush-1018 wants to merge 1 commit intoelement-hq:mainfrom
yush-1018:fix/eslint-react-version-detect
Open

chore: Use detect for React version in ESLint configuration#449
yush-1018 wants to merge 1 commit intoelement-hq:mainfrom
yush-1018:fix/eslint-react-version-detect

Conversation

@yush-1018
Copy link

Fixes #448

@yush-1018 yush-1018 requested a review from a team as a code owner February 25, 2026 08:38
@yush-1018 yush-1018 requested review from dbkr and robintown and removed request for a team February 25, 2026 08:38
@yush-1018
Copy link
Author

Hi, @robintown

I'd like to work on this issue. I've created a PR with the fix — changed the hardcoded React version from "17" to "detect" so ESLint automatically picks up the correct version from package.json.

Thanks!!😊

@yush-1018
Copy link
Author

The unit test failure is due to the SonarCloud step not having access to the SONARCLOUD_TOKEN secret, which is expected for fork-based PRs. The actual test suite and lint checks have passed successfully.

Thanks!

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.

chore: Use "detect" for React version in ESLint configuration

1 participant

X Tutup