mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
remove unnecessary eslint comments
This commit is contained in:
@@ -3,8 +3,5 @@
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line prefer-const
|
||||
export let promptLabel = 'Terminal input';
|
||||
|
||||
// eslint-disable-next-line prefer-const
|
||||
export let tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';
|
||||
export const promptLabel = 'Terminal input';
|
||||
export const tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';
|
||||
|
||||
Reference in New Issue
Block a user