Skip to content

Commit e23e2ab

Browse files
committed
fix: use multi-line literal instead of concatenation
1 parent 822bfcb commit e23e2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export const config = {
5151
},
5252
position: {
5353
title: 'Panel position',
54-
description: 'Position of the panel with script output. '
55-
+ '(Changes to this value will be applied upon reopening the panel.)',
54+
description: 'Position of the panel with script output. \
55+
(Changes to this value will be applied upon reopening the panel.)',
5656
type: 'string',
5757
default: 'Bottom',
5858
enum: [

0 commit comments

Comments
 (0)