Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 12, 2023
1 parent e0efa15 commit 584690c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion array/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion complex128/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion complex64/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion float16/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion float32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion float64/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion int16/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion int32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion int8/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion path/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion time/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion uint16/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion uint32/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion uint8/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down
2 changes: 1 addition & 1 deletion unicode/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

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

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

Expand Down

0 comments on commit 584690c

Please sign in to comment.