diff options
Diffstat (limited to 'source/github-helpers/github-url.ts')
-rw-r--r-- | source/github-helpers/github-url.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts index 6be68ff7..139bf1a3 100644 --- a/source/github-helpers/github-url.ts +++ b/source/github-helpers/github-url.ts @@ -1,15 +1,15 @@ import {getCurrentBranch} from '.'; export default class GitHubURL extends URL { - // @ts-ignore https://github.com/microsoft/TypeScript/issues/26792 + // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792 user: string; - // @ts-ignore + // @ts-expect-error repository: string; - // @ts-ignore + // @ts-expect-error route: string; - // @ts-ignore + // @ts-expect-error branch: string; - // @ts-ignore + // @ts-expect-error filePath: string; assign = Object.assign.bind(null, this); |