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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
I believe @giladgray didn't entirely understand the issue because the example is somewhat convoluted and doesn't give a slightest hint that it's about React.
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
So it highlighting
SupportForm
saying[tslint] variable name must be in lowerCamelCase or UPPER_CASE (variable-name)
Expected behavior
Would like to have it not complain in cases where the variable is a HoC or Functional Stateless component
The text was updated successfully, but these errors were encountered: