mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 17:41:26 -06:00
remove useless semicolons
This commit is contained in:
parent
023e4c6249
commit
d3bbad38ab
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user