We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<H1>Hello!</H1> // error Imported JSX component H1 must be in PascalCase react/jsx-pascal-case
Introduced in 7.20.1, probably caused by #2636
Workaround: use allowAllCaps or ignore option
allowAllCaps
ignore
The text was updated successfully, but these errors were encountered:
cc @yacinehmito
I'll have a fix ready shortly.
Sorry, something went wrong.
c65b79e
Thanks for the repro; I'll have the fix released later today.
v7.20.2 is released.
No branches or pull requests
Introduced in 7.20.1, probably caused by #2636
Workaround: use
allowAllCaps
orignore
optionThe text was updated successfully, but these errors were encountered: