Browse Source

Removes unneeded lint exception

main
Eric Amodio 1 year ago
parent
commit
01dbcdb38b
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/git/models/remote.ts

+ 0
- 1
src/git/models/remote.ts View File

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

Loading…
Cancel
Save