Skip to content

Commit f0d5a85

Browse files
committed
fix: disable eslint custom typescript namespace
warning.
1 parent 338cd0a commit f0d5a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/requestTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export namespace DynamicCustomSchemaRequestRegistration {
4444
export const type: NotificationType<unknown> = new NotificationType('yaml/registerCustomSchemaRequest');
4545
}
4646

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

0 commit comments

Comments
 (0)