Skip to content

Commit

Permalink
remove unnecessary eslint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenMashimaro committed Aug 23, 2022
1 parent b59de22 commit 559b695
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/browser/LocalizableStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 559b695

Please sign in to comment.