You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a component named $ and the react/jsx-pascal-case rule is saying that it's not in pascal case. As $ is a symbol and not upper or lowercase letter, this shouldn't be an error.
The text was updated successfully, but these errors were encountered:
Fascinating. I certainly think a standalone character of any kind should be permitted by the rule; so maybe just "bail out if the component name has 1 code point"?
I have a component named
$
and thereact/jsx-pascal-case
rule is saying that it's not in pascal case. As $ is a symbol and not upper or lowercase letter, this shouldn't be an error.The text was updated successfully, but these errors were encountered: