sisoe24 / Python-Easy-Print

Class methods should utilize this JS-0105
Anti-pattern
Minor
1 occurrence in this check
Expected 'this' to be used by class method 'cleanText'
203        return /[{([]/.test(this.lineText);
204    }
205
206    private cleanText(text: string): string {207        return text
208            .replace(/'/g, '"')
209            .replace(/\r?\n/g, "")