Skip to content

Commit ec9120e

Browse files
Fix lint error: 'tslint:disable' is forbidden
1 parent 91d0aa4 commit ec9120e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/node/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ declare namespace setImmediate {
104104
declare function clearImmediate(immediateId: any): void;
105105

106106
// TODO: change to `type NodeRequireFunction = (id: string) => any;` in next mayor version.
107-
/* tslint:disable:callable-types */
108107
interface NodeRequireFunction {
108+
/* tslint:disable-next-line:callable-types */
109109
(id: string): any;
110110
}
111111

0 commit comments

Comments
 (0)