Skip to content

Commit 0d67393

Browse files
committed
Fix lint
1 parent 65899a9 commit 0d67393

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

typings/xterm-headless.d.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ declare module '@xterm/headless' {
143143
minimumContrastRatio?: number;
144144

145145
/**
146-
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
147-
* false, because shells usually handle this themselves.
146+
* Whether to reflow the line containing the cursor when the terminal is
147+
* resized. Defaults to false, because shells usually handle this
148+
* themselves.
148149
*/
149150
reflowCursorLine?: boolean;
150151

typings/xterm.d.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ declare module '@xterm/xterm' {
214214
minimumContrastRatio?: number;
215215

216216
/**
217-
* Whether to reflow the line containing the cursor when the terminal is resized. Defaults to
218-
* false, because shells usually handle this themselves.
217+
* Whether to reflow the line containing the cursor when the terminal is
218+
* resized. Defaults to false, because shells usually handle this
219+
* themselves.
219220
*/
220221
reflowCursorLine?: boolean;
221222

0 commit comments

Comments
 (0)