File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
2423import ARGV = require( './../../argv' ) ;
2524import chdir = require( './../../chdir' ) ;
Original file line number Diff line number Diff 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`.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments