Skip to content

Commit 9502ed2

Browse files
committed
build: replace tslint directive with eslint equivalent
1 parent 8b7e032 commit 9502ed2

File tree

202 files changed

+202
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+202
-202
lines changed

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import stdlib = require( './index' );
2222

lib/node_modules/@stdlib/_tools/scripts/create_namespace_types.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function createTestFile() {
7474
'* limitations under the License.',
7575
'*/',
7676
'',
77-
'/* tslint:disable:no-unused-expression */',
77+
'/* eslint-disable @typescript-eslint/no-unused-expressions */',
7878
'',
7979
'import ns = require( \'./index\' );',
8080
'',

lib/node_modules/@stdlib/array/base/assert/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/array/base/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/array/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/array/pool/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
/* tslint:disable:no-empty */
20-
/* tslint:disable:no-unused-expression */
20+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2121

2222
import typedarraypool = require( './index' );
2323

lib/node_modules/@stdlib/assert/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/assert/tools/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/bigint/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

lib/node_modules/@stdlib/blas/base/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-unused-expression */
19+
/* eslint-disable @typescript-eslint/no-unused-expressions */
2020

2121
import ns = require( './index' );
2222

0 commit comments

Comments
 (0)