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

[fix] jsx-props-no-multi-spaces: support generic components (ts) #2256

Merged
merged 1 commit into from May 2, 2019
Merged

[fix] jsx-props-no-multi-spaces: support generic components (ts) #2256

merged 1 commit into from May 2, 2019

Conversation

mateuszsokola
Copy link

<Foo<T> bar />

Error:
Expected only one space between "Foo" and "bar"

Fixes #2181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

False positives on react/jsx-props-no-multi-spaces with generic component
2 participants