sstchur

Results 3 issues of sstchur

If you have code like this: ```typescript let p: { toFixed: () => string }; ``` And if you use `TSUtils.isTypeAssignableToNumber(checker, type)` where type comes from the AST and refers...

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal. - [X]...

package: eslint-plugin
enhancement: new plugin rule
awaiting response

The Type `{ toUpperCase: () => string; } | undefined` should be assignable the value `''`, but when I get a type like the aforementioned type using `checker.getTypeAtLocation(node)` and then...