Fix various lint errors (#15530)

This commit is contained in:
Andy
2017-03-30 17:42:07 -07:00
committed by GitHub
parent 51430746a2
commit f2b6506ba5
51 changed files with 517 additions and 573 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface BabelCodeFrameOptions {
/** Syntax highlight the code as JavaScript for terminals. default: false*/
/** Syntax highlight the code as JavaScript for terminals. default: false */
highlightCode?: boolean;
/** The number of lines to show above the error. default: 2 */
linesBelow?: number;