sisoe24 / Python-Easy-Print

Class methods should utilize this JS-0105
Anti-pattern
Minor
2 months ago2 months old
Expected 'this' to be used by class method 'cleanText'
203        return /[{([]/.test(this.lineText);
204    }
205
206    private cleanText(text: string): string {207
208        // invert the quotes inside the selected text
209        if (config.getConfig().get("prints.useDoubleQuotes")) {