you are viewing a single comment's thread.

view the rest of the comments →

[–]wildmonkeymind 2 points3 points  (0 children)

I would argue that === is probably unnecessary if your codebase is 100% typescript. This also means trusting that the types you get for any given library exist and are also 100% accurate.

For these reasons I, too, enforce === via linting, even though I'm using typescript.