Skip to content

Commit 297b39a

Browse files
committed
Auto-generated commit
1 parent 95b78ac commit 297b39a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
/* tslint:disable:max-line-length */
22-
/* tslint:disable:max-file-line-count */
21+
/* eslint-disable max-lines */
2322

2423
import ARGV = require( './../../argv' );
2524
import chdir = require( './../../chdir' );

read-stdin/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interface StdIn {
5151
*
5252
* stdin( 'utf8', onRead );
5353
*/
54-
( encoding: string | null, clbk: Callback ): void; // tslint-disable-line max-line-length
54+
( encoding: string | null, clbk: Callback ): void;
5555

5656
/**
5757
* Reads data from `stdin`.

umask/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ interface Options {
4747
* var mask = umask();
4848
* // returns <number>
4949
*/
50-
declare function umask( mask: number | string, options?: Options ): number | string; // tslint-disable-line max-line-length
50+
declare function umask( mask: number | string, options?: Options ): number | string;
5151

5252
/**
5353
* Get/set the process mask.

0 commit comments

Comments
 (0)