Explorar el Código

Removes unneeded lint exception

main
Eric Amodio hace 1 año
padre
commit
01dbcdb38b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/git/models/remote.ts

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

@ -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) {

Cargando…
Cancelar
Guardar