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
Reporting this as a note of something I ran into.
I'm getting this warning:
7:24 warning A function with a name starting with an uppercase letter should only be used as a constructor new-cap ✖ 1 problem (0 errors, 1 warning)
It turns out this warning is thrown when using Immutable JS
const list = Immutable.List(generateRandomList())
The text was updated successfully, but these errors were encountered:
Hmm, this is a stylistic rule and we should disable it. Can you send a PR removing it?
Sorry, something went wrong.
Duplicate of #465.
No branches or pull requests
Reporting this as a note of something I ran into.
I'm getting this warning:
7:24 warning A function with a name starting with an uppercase letter should only be used as a constructor new-cap
✖ 1 problem (0 errors, 1 warning)
It turns out this warning is thrown when using Immutable JS
The text was updated successfully, but these errors were encountered: