Skip to content

Commit 4081770

Browse files
committed
chore: fix lint
1 parent 2dc7e10 commit 4081770

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/interfaces.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,13 @@ export const enum GenericDialogType {
137137
'success' = 'success',
138138
}
139139

140-
export type EditorId = `${string}.${'cjs' | 'js' | 'mjs' | 'html' | 'css' | 'json'}`;
140+
export type EditorId = `${string}.${
141+
| 'cjs'
142+
| 'js'
143+
| 'mjs'
144+
| 'html'
145+
| 'css'
146+
| 'json'}`;
141147

142148
export type EditorValues = Record<EditorId, string>;
143149

0 commit comments

Comments
 (0)