diff options
author | 2021-10-16 16:07:33 +0200 | |
---|---|---|
committer | 2021-10-16 16:07:33 +0200 | |
commit | 0deb4396b52319944b7f4162d9c5c379dd282a91 (patch) | |
tree | b6d1647cd34b0bff70555d072ee21f28dbcdc6fc /source/github-helpers/github-url.ts | |
parent | 8ed6674f0935ff23dbb4ea81f2f327b4c748405a (diff) | |
download | refined-github-0deb4396b52319944b7f4162d9c5c379dd282a91.tar.gz refined-github-0deb4396b52319944b7f4162d9c5c379dd282a91.tar.zst refined-github-0deb4396b52319944b7f4162d9c5c379dd282a91.zip |
Lint (#4928)
Diffstat (limited to 'source/github-helpers/github-url.ts')
-rw-r--r-- | source/github-helpers/github-url.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts index 21f1368e..8c5b1258 100644 --- a/source/github-helpers/github-url.ts +++ b/source/github-helpers/github-url.ts @@ -3,13 +3,13 @@ import {getCurrentCommittish} from '.'; export default class GitHubURL { // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 user: string; - // @ts-expect-error + // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 repository: string; - // @ts-expect-error + // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 route: string; - // @ts-expect-error + // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 branch: string; - // @ts-expect-error + // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 filePath: string; private internalUrl: URL; |