Skip to content

change all instances of double equals == to triple equals === #153

@maybe-yiyi

Description

@maybe-yiyi

As per typescript standards, in general we should be using triple equals === instead of double equals == to ensure type safety. Run grep -r " == " to see all instances of double equals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    chorefixes that don't approximately result in a new featuregood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions