Skip to content

Commit

Permalink
fix: disable eslint custom typescript namespace
Browse files Browse the repository at this point in the history
warning.
  • Loading branch information
tricktron committed Jun 5, 2024
1 parent 3e4d331 commit 0d6bc7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/requestTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export namespace DynamicCustomSchemaRequestRegistration {
export const type: NotificationType<unknown> = new NotificationType('yaml/registerCustomSchemaRequest');
}

// eslint-disable-next-line @typescript-eslint/no-namespace
export namespace KubernetesSchemaURLsNotification {
export const type: NotificationType<string[]> = new NotificationType('yaml/kubernetesSchemaURLs');
}
Expand Down

0 comments on commit 0d6bc7c

Please sign in to comment.