mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-12 23:36:28 -05:00
@typescript-eslint/type-annotation-spacing
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Commands {
|
||||
};
|
||||
listKnownAuthors.description = "List known authors as listed in .mailmap file.";
|
||||
|
||||
export const listAuthors: Command = function (...specs:string[]) {
|
||||
export const listAuthors: Command = function (...specs: string[]) {
|
||||
const cmd = "git shortlog -se " + specs.join(" ");
|
||||
console.log(cmd);
|
||||
const outputRegExp = /\d+\s+([^<]+)<([^>]+)>/;
|
||||
|
||||
Reference in New Issue
Block a user