Skip to content

Commit 4626ee3

Browse files
committed
build: remove tslint directives
1 parent b496b72 commit 4626ee3

File tree

16 files changed

+0
-16
lines changed

16 files changed

+0
-16
lines changed

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import ArrayBuffer = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import ArrayBuffer = require( '@stdlib/array/buffer' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Float32Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Float64Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Int32Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Int8Array = require( './index' );

lib/node_modules/@stdlib/array/shared-buffer/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120
// tslint:disable: no-unsafe-any
2221

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Uint16Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Uint32Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Uint8Array = require( './index' );

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

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Uint8ClampedArray = require( './index' );

lib/node_modules/@stdlib/boolean/ctor/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Bool = require( './index' );

lib/node_modules/@stdlib/function/ctor/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Fcn = require( './index' );

lib/node_modules/@stdlib/number/ctor/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Number = require( './index' );

lib/node_modules/@stdlib/object/ctor/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Obj = require( './index' );

lib/node_modules/@stdlib/proxy/ctor/docs/types/test.ts

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

19-
// tslint:disable: no-construct
2019
/* eslint-disable @typescript-eslint/no-unused-expressions */
2120

2221
import Proxy = require( './index' );

0 commit comments

Comments
 (0)