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

Open
opened 2026-04-13 22:01:47 +00:00 by Ghost · 1 comment
Ghost commented 2026-04-13 22:01:47 +00:00 (Migrated from codeberg.org)

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.

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.
Ghost commented 2026-04-13 23:29:48 +00:00 (Migrated from codeberg.org)

Let's see what this whole copilot thing is about

Let's see what this whole copilot thing is about
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/dalmatian#153
No description provided.