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 upLinter does not work with two default function arguments #305
Comments
This comment has been minimized.
This comment has been minimized.
|
This works fine on the
|
feross
closed this
Feb 4, 2016
feross
added
the
bug
label
Feb 4, 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.
KevinGrandon commentedOct 25, 2015
I'm seeing weird behavior when passing two arguments which default to a fat arrow function. This is linting correctly for me when using vanilla eslint, so my guess is that something between standard and eslint is causing this to fail (though there is a chance that it is an eslint problem if some config is triggering it). Opening this to hopefully track it down further and see if anyone has an idea of what's wrong.