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

refactor: replace short hand type conversions with function calls #45

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

deepsource-autofix[bot]
Copy link

Prefer using explicit casts by calling Number, Boolean, or String over using operators like +, !! or "" +. This is considered best practice as it improves readability.

Prefer using explicit casts by calling `Number`, `Boolean`, or `String` over using operators like `+`, `!!` or `"" +`. This is considered best practice as it improves readability.
This commit fixes the style issues introduced in daa490e according to the output
from Prettier.

Details: #45
@dev-737 dev-737 merged commit a9ee439 into main Feb 27, 2024
3 checks passed
@dev-737 dev-737 deleted the deepsource-autofix-94a4dd0d branch February 27, 2024 04:08
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.

1 participant