Skip to content

Commit 25a53af

Browse files
committed
fix: Fix eslint
1 parent 0b279eb commit 25a53af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/languages/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const customAliases: Partial<Record<string, string[]>> = {
2222
for (const [languageId, aliases] of Object.entries(customAliases)) {
2323
monaco.languages.register({
2424
id: languageId,
25-
aliases: aliases
25+
aliases
2626
})
2727
}
2828

src/theme/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function defineVSCodeTheme (
6161
})
6262
const themeData = monaco.extra.ColorThemeData.fromExtensionTheme({
6363
id,
64-
path: path,
64+
path,
6565
_watch: false,
6666
...themeExtensionPoint
6767
}, rootUri, {

0 commit comments

Comments
 (0)