Grant Timmerman

Results 165 comments of Grant Timmerman

For my use case, I am specifically looking for method optional chaining, and not supporting every variant of optional chaining (although those options would be nice). ```tsx if (onDismiss) onDismiss(event);...

I think it would be a much larger ask to enable this rule for all variants of optional chaining without having options to turn off them. It would result in...

Without options is fine. I feel like it would be a breaking change if someone updated there typescript eslint package version and automatically had all of these other optional chain...

(This issue seems like best place to comment, given closed issues point here) I would expect a way to represent a string that contains an int64 data. For example, "1587627537231057"....

The example doesn't work because of the wrong import: ``` import {packNTest} from 'pack-n-play'; ``` but after fixing the import, the test doesn't seem to pass with me (using Node...