Ver código fonte

Removes unneeded lint exception

main
Eric Amodio 1 ano atrás
pai
commit
01dbcdb38b
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      src/git/models/remote.ts

+ 0
- 1
src/git/models/remote.ts Ver arquivo

@ -91,7 +91,6 @@ export class GitRemote
}
matches(url: string): boolean;
// eslint-disable-next-line @typescript-eslint/unified-signatures
matches(domain: string, path: string): boolean;
matches(urlOrDomain: string, path?: string): boolean {
if (path == null) {

Carregando…
Cancelar
Salvar