mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Add rules from eslint's recommended set that triggered good lints (#50422)
This commit is contained in:
@@ -431,7 +431,7 @@ namespace ts {
|
||||
function getHeader(sys: System, message: string) {
|
||||
const colors = createColors(sys);
|
||||
const header: string[] = [];
|
||||
const terminalWidth = sys.getWidthOfTerminal?.() ?? 0;;
|
||||
const terminalWidth = sys.getWidthOfTerminal?.() ?? 0;
|
||||
const tsIconLength = 5;
|
||||
|
||||
const tsIconFirstLine = colors.blueBackground(padLeft("", tsIconLength));
|
||||
|
||||
Reference in New Issue
Block a user