Skip to content

Commit f55cb29

Browse files
committed
Auto-generated commit
1 parent 319fccd commit f55cb29

File tree

13 files changed

+13
-13
lines changed
  • docs/types
  • is-centrosymmetric-matrix/docs/types
  • is-class/docs/types
  • is-matrix-like/docs/types
  • is-ndarray-like/docs/types
  • is-nonsymmetric-matrix/docs/types
  • is-persymmetric-matrix/docs/types
  • is-skew-centrosymmetric-matrix/docs/types
  • is-skew-persymmetric-matrix/docs/types
  • is-skew-symmetric-matrix/docs/types
  • is-square-matrix/docs/types
  • is-symmetric-matrix/docs/types
  • tools/docs/types

13 files changed

+13
-13
lines changed

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

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

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

is-centrosymmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isCentrosymmetricMatrix = require( './index' );
2222

is-class/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-empty */
19+
/* eslint-disable no-empty */
2020

2121
import isClass = require( './index' );
2222

is-matrix-like/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isMatrixLike = require( './index' );
2222

is-ndarray-like/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isndarrayLike = require( './index' );
2222

is-nonsymmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isNonSymmetricMatrix = require( './index' );
2222

is-persymmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isPersymmetricMatrix = require( './index' );
2222

is-skew-centrosymmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isSkewCentrosymmetricMatrix = require( './index' );
2222

is-skew-persymmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isSkewPersymmetricMatrix = require( './index' );
2222

is-skew-symmetric-matrix/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* tslint:disable:no-invalid-this */
19+
/* eslint-disable @typescript-eslint/no-invalid-this */
2020

2121
import isSkewSymmetricMatrix = require( './index' );
2222

0 commit comments

Comments
 (0)