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
Split from #6
for key, val of someObject doSomethingWith(val)
gives me:
✗ #1: Variable "key" is never read ( first defined on line 1).
Is there an option to ignore this? I know I could write this in another way but it's nice to use the for ... of syntax here.
The text was updated successfully, but these errors were encountered:
I think this was also resolved by #39 (use _key as your variable name to match the ignore pattern)
_key
Sorry, something went wrong.
No branches or pull requests
Split from #6
gives me:
Is there an option to ignore this? I know I could write this in another way but it's nice to use the for ... of syntax here.
The text was updated successfully, but these errors were encountered: