File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
is-centrosymmetric-matrix/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 Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-unused-expression */
19+ /* eslint- disable @typescript-eslint/ no-unused-expressions */
2020
2121import ns = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isCentrosymmetricMatrix = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-empty */
19+ /* eslint- disable no-empty */
2020
2121import isClass = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isMatrixLike = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isndarrayLike = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isNonSymmetricMatrix = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isPersymmetricMatrix = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isSkewCentrosymmetricMatrix = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isSkewPersymmetricMatrix = require( './index' ) ;
2222
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* tslint: disable: no-invalid-this */
19+ /* eslint- disable @typescript-eslint/ no-invalid-this */
2020
2121import isSkewSymmetricMatrix = require( './index' ) ;
2222
You can’t perform that action at this time.
0 commit comments