提交 1e3378e3 编写于 作者: A Andre Weinand

explain why an eslint rule is disabled; see #101978

上级 152157be
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册