Skip to content

[1.x] Avoids eqeqeq errors in eslint#580

Merged
taylorotwell merged 1 commit intolaravel:1.xfrom
bistory:patch-1
Jan 4, 2021
Merged

[1.x] Avoids eqeqeq errors in eslint#580
taylorotwell merged 1 commit intolaravel:1.xfrom
bistory:patch-1

Conversation

@bistory
Copy link
Contributor

@bistory bistory commented Jan 4, 2021

Avoid using '==' when possible and when compared to user input.
This fixes 'eqeqeq' error in eslint : https://eslint.org/docs/rules/eqeqeq

This fix is harmless and can be applied to 2.x

Avoid using '==' when possible and when compared to input. This fixes 'eqeqeq' error in eslint : https://eslint.org/docs/rules/eqeqeq
@taylorotwell taylorotwell merged commit 3ff78d2 into laravel:1.x Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants