ソースを参照

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

読み込み中…
キャンセル
保存