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

frontend: check for strict equal eslint rule #3247

Merged

Conversation

thisconnect
Copy link
Collaborator

It is considered good practice to use the type-safe equality operators === and !== instead of their regular counterparts
== and !=.

https://eslint.org/docs/latest/rules/eqeqeq

It is considered good practice to use the type-safe equality
operators === and !== instead of their regular counterparts
 == and !=.

https://eslint.org/docs/latest/rules/eqeqeq
@thisconnect thisconnect merged commit 45f54df into BitBoxSwiss:master Mar 21, 2025
18 of 19 checks passed
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