prodypanda / MarkEnti

MarkEnti is a comprehensive e-commerce platform designed to enable users to effortlessly create and manage their online storefronts.
https://markenti.com/
Other
1 stars 0 forks source link

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

Open prodypanda opened 4 months ago

prodypanda commented 4 months ago

Description

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

Occurrences

There are 19 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/prodypanda/MarkEnti/issue/JS-0050/occurrences/