See #62 (comment)
I'd like to make a TSLint rule which sees a method's return type is boolean and checks the starting of the method name for is and other prefixes 🤣.
- private textIsSingleWord(text: string): boolean {
+ private isTextSingleWord(text: string): boolean {