tslint: Enable eofline

This commit is contained in:
Simon Marchi 2018-07-18 11:16:58 -04:00
commit 9a942c5047
9 changed files with 8 additions and 9 deletions

View file

@ -316,4 +316,4 @@ export function parseMI(output: string): MINode {
}
return new MINode(token, <any>outOfBandRecord || [], resultRecords);
}
}