summaryrefslogtreecommitdiff
path: root/source/github-helpers/github-url.ts
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2021-10-16 16:07:33 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-16 16:07:33 +0200
commit0deb4396b52319944b7f4162d9c5c379dd282a91 (patch)
treeb6d1647cd34b0bff70555d072ee21f28dbcdc6fc /source/github-helpers/github-url.ts
parent8ed6674f0935ff23dbb4ea81f2f327b4c748405a (diff)
downloadrefined-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.ts8
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;