mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
@typescript-eslint/type-annotation-spacing
This commit is contained in:
parent
afb5c9bfcf
commit
c3517c073e
@ -47,7 +47,7 @@
|
||||
"@typescript-eslint/prefer-namespace-keyword": "off",
|
||||
"semi": "off",
|
||||
"@typescript-eslint/semi": "error",
|
||||
"@typescript-eslint/type-annotation-spacing": "off",
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"@typescript-eslint/unified-signatures": "off",
|
||||
|
||||
"microsoft-typescript/object-literal-surrounding-space": "off",
|
||||
|
||||
@ -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+([^<]+)<([^>]+)>/;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user