Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upLet variable usage is not detected #553
Comments
This comment has been minimized.
This comment has been minimized.
|
Try this: let clarke
test('lala', (t) => {
clarke = 1
console.log(clarke)
})
|
feross
closed this
Jun 22, 2016
feross
added
the
question
label
Jun 22, 2016
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
capaj commentedJun 22, 2016
•
edited
I have this code:
When I run standard.js v 7.1.2 I get:
I do not think this is true.
When I change let to var it works and lints just fine.