mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fix various lint errors (#15530)
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user