Skip to content

Commit 6211281

Browse files
author
--global
committed
fix lint issues
1 parent 2d97375 commit 6211281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const languages: string[] = [
3636
"rust",
3737
"scala",
3838
"swift",
39-
"typescript"
39+
"typescript",
4040
];
4141

4242
export const langExt: Map<string, string> = new Map([
@@ -56,7 +56,7 @@ export const langExt: Map<string, string> = new Map([
5656
["rust", "rs"],
5757
["scala", "scala"],
5858
["swift", "swift"],
59-
["typescript", "ts"]
59+
["typescript", "ts"],
6060
]);
6161

6262
export enum ProblemState {

0 commit comments

Comments
 (0)