Skip to content

Commit 5497c40

Browse files
committed
build: replace tslint directive with eslint equivalent
1 parent 4626ee3 commit 5497c40

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lib/node_modules/@stdlib/ndarray/dispatch/docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
// tslint:disable:max-file-line-count
19+
/* eslint-disable max-lines */
2020

2121
/// <reference types="@stdlib/types"/>
2222

lib/node_modules/@stdlib/ndarray/empty-like/docs/types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// tslint:disable:max-file-line-count
2-
31
/*
42
* @license Apache-2.0
53
*
@@ -18,6 +16,8 @@
1816
* limitations under the License.
1917
*/
2018

19+
/* eslint-disable max-lines */
20+
2121
// TypeScript Version: 4.1
2222

2323
/// <reference types="@stdlib/types"/>

lib/node_modules/@stdlib/ndarray/zeros-like/docs/types/index.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// tslint:disable:max-file-line-count
2-
31
/*
42
* @license Apache-2.0
53
*
@@ -18,6 +16,8 @@
1816
* limitations under the License.
1917
*/
2018

19+
/* eslint-disable max-lines */
20+
2121
// TypeScript Version: 4.1
2222

2323
/// <reference types="@stdlib/types"/>

lib/node_modules/@stdlib/strided/dispatch-by/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
// tslint:disable:max-file-line-count
19+
/* eslint-disable max-lines */
2020

2121
// TypeScript Version: 4.1
2222

lib/node_modules/@stdlib/strided/dispatch-by/docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
// tslint:disable:max-file-line-count
19+
/* eslint-disable max-lines */
2020

2121
/// <reference types="@stdlib/types"/>
2222

lib/node_modules/@stdlib/strided/dispatch/docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
// tslint:disable:max-file-line-count
19+
/* eslint-disable max-lines */
2020

2121
/// <reference types="@stdlib/types"/>
2222

lib/node_modules/@stdlib/utils/named-typed-tuple/docs/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:max-file-line-count
21+
/* eslint-disable max-lines */
2222

2323
/// <reference types="@stdlib/types"/>
2424

0 commit comments

Comments
 (0)