Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint issues
  • Loading branch information
--global committed Jun 13, 2020
commit 6211281f21c2551df0b9e75a8ce9cea1f94aa99c
4 changes: 2 additions & 2 deletions src/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const languages: string[] = [
"rust",
"scala",
"swift",
"typescript"
"typescript",
];

export const langExt: Map<string, string> = new Map([
Expand All @@ -56,7 +56,7 @@ export const langExt: Map<string, string> = new Map([
["rust", "rs"],
["scala", "scala"],
["swift", "swift"],
["typescript", "ts"]
["typescript", "ts"],
]);

export enum ProblemState {
Expand Down