Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent false positive when the user uses React 17 #730

Merged
merged 2 commits into from
Dec 29, 2020

Conversation

yamadayuki
Copy link
Collaborator

Why

A new JSX transform was introduced in React 17 and backported to React 16.14.0, 15.7.0, and 0.14.10, which enables people to use JSX features without having React in the scope.

What

We should disable some rules.

@github-actions github-actions bot added eslint-config-wantedly-typescript https://www.npmjs.com/package/eslint-config-wantedly-typescript eslint-config-wantedly https://www.npmjs.com/package/eslint-config-wantedly repo Root directory of this project labels Dec 29, 2020
@yamadayuki yamadayuki added the enhancement New feature or request label Dec 29, 2020
@yamadayuki yamadayuki merged commit 1fcec0c into master Dec 29, 2020
@yamadayuki yamadayuki deleted the yamadayuki/react-17 branch December 29, 2020 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request eslint-config-wantedly https://www.npmjs.com/package/eslint-config-wantedly eslint-config-wantedly-typescript https://www.npmjs.com/package/eslint-config-wantedly-typescript repo Root directory of this project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant