Skip to content

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

Open
@IntegerAlex

Description

@IntegerAlex

Description

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

Occurrences

There are 18 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/IntegerAlex/hasty-server/issue/JS-0050/occurrences/

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions