소스 검색

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

불러오는 중...
취소
저장