The typecheck-number rule is reacting to my code, when I'm checking if a input tag is of type number. `type === 'number'` Should only react on: `typeof type === 'number'`