mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-12 11:08:34 -05:00
Adds more linting rules
Fixes lint issues
This commit is contained in:
@@ -55,7 +55,7 @@ export namespace Iterables {
|
||||
}
|
||||
|
||||
export function join(source: Iterable<any>, separator: string): string {
|
||||
let value: string = '';
|
||||
let value = '';
|
||||
|
||||
const iterator = source[Symbol.iterator]();
|
||||
let next = iterator.next();
|
||||
|
||||
Reference in New Issue
Block a user