Преглед изворни кода

Removes unneeded lint exception

main
Eric Amodio пре 1 година
родитељ
комит
01dbcdb38b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      src/git/models/remote.ts

+ 0
- 1
src/git/models/remote.ts Прегледај датотеку

@ -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…
Откажи
Сачувај