diff --git a/lib/node_modules/@stdlib/random/streams/arcsine/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/arcsine/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/arcsine/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/arcsine/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/beta/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/beta/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/beta/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/beta/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/betaprime/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/betaprime/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/betaprime/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/betaprime/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/binomial/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/binomial/docs/types/test.ts index 4040ecc6e85a..f80c2d8c3e64 100644 --- a/lib/node_modules/@stdlib/random/streams/binomial/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/binomial/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 20, 0.3, {} ); // $ExpectType RandomStream new RandomStream( 20, 0.3, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/cauchy/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/cauchy/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/cauchy/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/cauchy/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/cosine/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/cosine/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/cosine/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/cosine/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/test.ts index 3d414625319d..fdcecea3efd2 100644 --- a/lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2, 5, {} ); // $ExpectType RandomStream new RandomStream( 2, 5, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/erlang/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/erlang/docs/types/test.ts index 7bcb2c7afc57..3fc3dfb86d4f 100644 --- a/lib/node_modules/@stdlib/random/streams/erlang/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/erlang/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/f/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/f/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/f/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/f/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/frechet/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/frechet/docs/types/test.ts index 38fdf9896999..cda9730b19d9 100644 --- a/lib/node_modules/@stdlib/random/streams/frechet/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/frechet/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, 3.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, 3.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/gamma/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/gamma/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/gamma/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/gamma/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/gumbel/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/gumbel/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/gumbel/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/gumbel/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/hypergeometric/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/hypergeometric/docs/types/test.ts index 000ecc1b3d90..d6c62b5d03e0 100644 --- a/lib/node_modules/@stdlib/random/streams/hypergeometric/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/hypergeometric/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 20, 10, 7, {} ); // $ExpectType RandomStream new RandomStream( 20, 10, 7, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/invgamma/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/invgamma/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/invgamma/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/invgamma/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/kumaraswamy/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/kumaraswamy/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/kumaraswamy/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/kumaraswamy/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/laplace/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/laplace/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/laplace/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/laplace/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/levy/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/levy/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/levy/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/levy/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/logistic/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/logistic/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/logistic/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/logistic/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/lognormal/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/lognormal/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/lognormal/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/lognormal/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/negative-binomial/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/negative-binomial/docs/types/test.ts index f290d3347608..89260db6b6e5 100644 --- a/lib/node_modules/@stdlib/random/streams/negative-binomial/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/negative-binomial/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 20.0, 0.3, {} ); // $ExpectType RandomStream new RandomStream( 20.0, 0.3, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/normal/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/normal/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/normal/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/normal/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/pareto-type1/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/pareto-type1/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/pareto-type1/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/pareto-type1/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/triangular/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/triangular/docs/types/test.ts index ba78620bf68c..2d071fedf865 100644 --- a/lib/node_modules/@stdlib/random/streams/triangular/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/triangular/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, 4.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, 4.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/uniform/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/uniform/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/uniform/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/uniform/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable... diff --git a/lib/node_modules/@stdlib/random/streams/weibull/docs/types/test.ts b/lib/node_modules/@stdlib/random/streams/weibull/docs/types/test.ts index cf4d7399eeaa..6d28724562eb 100644 --- a/lib/node_modules/@stdlib/random/streams/weibull/docs/types/test.ts +++ b/lib/node_modules/@stdlib/random/streams/weibull/docs/types/test.ts @@ -28,7 +28,7 @@ import RandomStream = require( './index' ); new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream - // tslint:enable: no-unused-expression + /* eslint-enable @typescript-eslint/no-unused-expressions */ } // The constructor is callable...