remove unnecessary eslint comments

This commit is contained in:
greenmashimaro
2022-08-23 15:09:52 +08:00
parent b59de22c36
commit 559b6950b2
+2 -5
View File
@@ -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';