Skip to content

Commit 2dba7d6

Browse files
committed
build: replace tslint directive with eslint equivalent
1 parent 2059c81 commit 2dba7d6

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

lib/node_modules/@stdlib/random/streams/arcsine/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/beta/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/betaprime/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/binomial/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 20, 0.3, {} ); // $ExpectType RandomStream
2929
new RandomStream( 20, 0.3, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/cauchy/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/cosine/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2, 5, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2, 5, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/erlang/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/f/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

lib/node_modules/@stdlib/random/streams/frechet/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import RandomStream = require( './index' );
2828
new RandomStream( 2.0, 5.0, 3.0, {} ); // $ExpectType RandomStream
2929
new RandomStream( 2.0, 5.0, 3.0, { 'iter': 10 } ); // $ExpectType RandomStream
3030

31-
// tslint:enable: no-unused-expression
31+
/* eslint-enable @typescript-eslint/no-unused-expressions */
3232
}
3333

3434
// The constructor is callable...

0 commit comments

Comments
 (0)