mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
remove useless semicolons
This commit is contained in:
@@ -6,16 +6,16 @@ interface Author {
|
||||
displayNames: string[];
|
||||
preferredName?: string;
|
||||
emails: string[];
|
||||
};
|
||||
}
|
||||
|
||||
interface AuthorMap {
|
||||
[s: string]: Author
|
||||
};
|
||||
}
|
||||
|
||||
interface Command {
|
||||
(...arg: string[]): void;
|
||||
description?: string;
|
||||
};
|
||||
}
|
||||
|
||||
const mailMapPath = path.resolve(__dirname, "../.mailmap");
|
||||
const authorsPath = path.resolve(__dirname, "../AUTHORS.md");
|
||||
|
||||
Reference in New Issue
Block a user