sisoe24 / Python-Easy-Print

Use shorthand property syntax for object literals JS-0240
Anti-pattern
Minor
2 months ago2 months old
Expected property shorthand
 39        );
 40
 41        lines.push({
 42            text: text, 43            range: new vscode.Range(startPos, line.range.end),
 44            rangeToNewLine: line.rangeIncludingLineBreak,
 45        });