Skip to content

Commit

Permalink
build: replace tslint directive with eslint equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Nov 12, 2023
1 parent 6a9cc0e commit 739e562
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

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

Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/array/typed/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

/**
* Interface describing function options.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

/**
* Interface describing function options.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

// TypeScript Version: 4.1

// tslint:disable:unified-signatures
/* eslint-disable @typescript-eslint/unified-signatures */

/**
* Interface describing function options.
Expand Down

0 comments on commit 739e562

Please sign in to comment.