Skip to content

Commit 739e562

Browse files
committed
build: replace tslint directive with eslint equivalent
1 parent 6a9cc0e commit 739e562

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/node_modules/@stdlib/array/typed-complex/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

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

lib/node_modules/@stdlib/array/typed-real/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

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

lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

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

lib/node_modules/@stdlib/string/first/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

2323
/**
2424
* Interface describing function options.

lib/node_modules/@stdlib/string/remove-first/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

2323
/**
2424
* Interface describing function options.

lib/node_modules/@stdlib/string/remove-last/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
// TypeScript Version: 4.1
2020

21-
// tslint:disable:unified-signatures
21+
/* eslint-disable @typescript-eslint/unified-signatures */
2222

2323
/**
2424
* Interface describing function options.

0 commit comments

Comments
 (0)