CoderMuffin

Results 2 issues of CoderMuffin

When performing checks like `typeof x == "string"`, it is perfectly possible to misspell it as something like `typeof x == "strng"` (missing `i`), which will always return false. Maybe...

good first issue
for hire

fixes #1132 Add a new diagnostic E0459 that warns on statements that are expressions and the first operator is either `==`, `===`, `!=` or `!==`. While adding this I had...