From 1e3378e3a755a9cb6fae7bff9427bd65addef2df Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Tue, 28 Jul 2020 09:39:51 +0200 Subject: [PATCH] explain why an eslint rule is disabled; see #101978 --- src/vs/platform/sign/node/signService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vs/platform/sign/node/signService.ts b/src/vs/platform/sign/node/signService.ts index 21c8156e7c3..7109d3fa70d 100644 --- a/src/vs/platform/sign/node/signService.ts +++ b/src/vs/platform/sign/node/signService.ts @@ -6,6 +6,7 @@ import { ISignService } from 'vs/platform/sign/common/sign'; declare module vsda { + // the signer is a native module that for historical reasons uses a lower case class name // eslint-disable-next-line @typescript-eslint/naming-convention export class signer { sign(arg: any): any; -- GitLab