Skip to content

(JS-0050) Avoid use of == and != #222

@SpotlightForBugs

Description

@SpotlightForBugs

Description

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

Occurrences

There are 8 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/SpotlightForBugs/webwoelfe/issue/JS-0050/occurrences/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions