Skip to content
New issue

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

You can make jshint crash with true == if #2587

Closed
lukeapage opened this issue Jul 25, 2015 · 0 comments
Closed

You can make jshint crash with true == if #2587

lukeapage opened this issue Jul 25, 2015 · 0 comments

Comments

@lukeapage
Copy link
Member

// jshint eqnull: true
true == if

I have a fix

@lukeapage lukeapage added the P1 label Jul 25, 2015
lukeapage added a commit to lukeapage/jshint that referenced this issue Jul 25, 2015
If eqnull was on jshint previously crashed if the right hand side of an
assignment was not an expression.
Fixes jshint#2587
lukeapage added a commit to lukeapage/jshint that referenced this issue Aug 8, 2015
If eqnull was on jshint previously crashed if the right hand side of an
assignment was not an expression.
Fixes jshint#2587
jugglinmike pushed a commit to jugglinmike/jshint that referenced this issue Sep 20, 2015
If eqnull was on jshint previously crashed if the right hand side of an
assignment was not an expression.
Fixes jshint#2587
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant