File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 "@typescript-eslint/prefer-namespace-keyword": "off",
4848 "semi": "off",
4949 "@typescript-eslint/semi": "error",
50- "@typescript-eslint/type-annotation-spacing": "off ",
50+ "@typescript-eslint/type-annotation-spacing": "error ",
5151 "@typescript-eslint/unified-signatures": "off",
5252
5353 "microsoft-typescript/object-literal-surrounding-space": "off",
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ namespace Commands {
111111 } ;
112112 listKnownAuthors . description = "List known authors as listed in .mailmap file." ;
113113
114- export const listAuthors : Command = function ( ...specs :string [ ] ) {
114+ export const listAuthors : Command = function ( ...specs : string [ ] ) {
115115 const cmd = "git shortlog -se " + specs . join ( " " ) ;
116116 console . log ( cmd ) ;
117117 const outputRegExp = / \d + \s + ( [ ^ < ] + ) < ( [ ^ > ] + ) > / ;
You can’t perform that action at this time.
0 commit comments