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

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

Merged
merged 1 commit into from
Jan 4, 2021
Merged

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

merged 1 commit into from
Jan 4, 2021

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