Skip to content

Commit

Permalink
build: remove tslint directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Nov 12, 2023
1 parent b496b72 commit 4626ee3
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/buffer/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import ArrayBuffer = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/dataview/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import ArrayBuffer = require( '@stdlib/array/buffer' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/float32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Float32Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/float64/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Float64Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/int32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Int32Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/int8/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Int8Array = require( './index' );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

// tslint:disable: no-construct
/* eslint-disable @typescript-eslint/no-unused-expressions */
// tslint:disable: no-unsafe-any

Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/uint16/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Uint16Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/uint32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Uint32Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/uint8/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Uint8Array = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/array/uint8c/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Uint8ClampedArray = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/boolean/ctor/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Bool = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/function/ctor/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Fcn = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/number/ctor/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Number = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/object/ctor/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Obj = require( './index' );
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/@stdlib/proxy/ctor/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* limitations under the License.
*/

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

import Proxy = require( './index' );
Expand Down

0 comments on commit 4626ee3

Please sign in to comment.