Wriar / ShadowBox

Development Repository of ShadowBox, an open-source zero-knowledge file storage & encryption platform written in NodeJS
MIT License
1 stars 0 forks source link

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

Closed Wriar closed 1 year ago

Wriar commented 1 year ago

Description

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

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/Wriar/ShadowBox-Dev/issue/JS-0050/occurrences/

Wriar commented 1 year ago

Fixed on commit #39