diff --git a/lib/node_modules/@stdlib/assert/is-boolean-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-boolean-array/examples/index.js index 1aa1417d463b..235c9941a3cd 100644 --- a/lib/node_modules/@stdlib/assert/is-boolean-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-boolean-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Boolean = require( '@stdlib/boolean/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-boolean/examples/index.js b/lib/node_modules/@stdlib/assert/is-boolean/examples/index.js index c70d2a229bc3..b46ba21b9f0a 100644 --- a/lib/node_modules/@stdlib/assert/is-boolean/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-boolean/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Boolean = require( '@stdlib/boolean/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-composite/examples/index.js b/lib/node_modules/@stdlib/assert/is-composite/examples/index.js index 799236eb0ae2..f724e731e702 100644 --- a/lib/node_modules/@stdlib/assert/is-composite/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-composite/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-cube-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-cube-number/examples/index.js index 5d0903685bdb..7bb115544253 100644 --- a/lib/node_modules/@stdlib/assert/is-cube-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-cube-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-even/examples/index.js b/lib/node_modules/@stdlib/assert/is-even/examples/index.js index 355c63d2af9d..5051187d2ef1 100644 --- a/lib/node_modules/@stdlib/assert/is-even/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-even/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-finite-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-finite-array/examples/index.js index 69d331b20ba9..bfe8dd7f1202 100644 --- a/lib/node_modules/@stdlib/assert/is-finite-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-finite-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-finite/examples/index.js b/lib/node_modules/@stdlib/assert/is-finite/examples/index.js index bb12012df909..24f66e1e6a01 100644 --- a/lib/node_modules/@stdlib/assert/is-finite/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-finite/examples/index.js @@ -16,7 +16,7 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers, stdlib/no-redeclare */ +/* eslint-disable stdlib/no-redeclare */ 'use strict'; diff --git a/lib/node_modules/@stdlib/assert/is-infinite/examples/index.js b/lib/node_modules/@stdlib/assert/is-infinite/examples/index.js index 3d76d761265a..920400093f43 100644 --- a/lib/node_modules/@stdlib/assert/is-infinite/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-infinite/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-integer/examples/index.js index fb32d82b0e3a..e2d445f90066 100644 --- a/lib/node_modules/@stdlib/assert/is-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nan-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-nan-array/examples/index.js index a8fa8c61cc8f..630218eae1a8 100644 --- a/lib/node_modules/@stdlib/assert/is-nan-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nan-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Float64Array = require( '@stdlib/array/float64' ); diff --git a/lib/node_modules/@stdlib/assert/is-nan/examples/index.js b/lib/node_modules/@stdlib/assert/is-nan/examples/index.js index f667b925124f..937f038072e0 100644 --- a/lib/node_modules/@stdlib/assert/is-nan/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nan/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' ); diff --git a/lib/node_modules/@stdlib/assert/is-negative-integer-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-negative-integer-array/examples/index.js index 953c42fd3160..55207889222a 100644 --- a/lib/node_modules/@stdlib/assert/is-negative-integer-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-negative-integer-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-negative-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-negative-integer/examples/index.js index bfbbab465e48..abe6e6b07bf4 100644 --- a/lib/node_modules/@stdlib/assert/is-negative-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-negative-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-negative-number-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-negative-number-array/examples/index.js index 4b3b893df2ba..49bccb11a8ca 100644 --- a/lib/node_modules/@stdlib/assert/is-negative-number-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-negative-number-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-negative-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-negative-number/examples/index.js index f49f6792d180..43d058913616 100644 --- a/lib/node_modules/@stdlib/assert/is-negative-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-negative-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-negative-zero/examples/index.js b/lib/node_modules/@stdlib/assert/is-negative-zero/examples/index.js index c6f90837d1e2..b4a965b70ffb 100644 --- a/lib/node_modules/@stdlib/assert/is-negative-zero/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-negative-zero/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonnegative-integer-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonnegative-integer-array/examples/index.js index 489e4697fdd5..49a627df47be 100644 --- a/lib/node_modules/@stdlib/assert/is-nonnegative-integer-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonnegative-integer-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonnegative-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonnegative-integer/examples/index.js index 4bbb537af1d8..4a877a5097d0 100644 --- a/lib/node_modules/@stdlib/assert/is-nonnegative-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonnegative-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonnegative-number-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonnegative-number-array/examples/index.js index 2b0255f62014..fcc35f820310 100644 --- a/lib/node_modules/@stdlib/assert/is-nonnegative-number-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonnegative-number-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonnegative-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonnegative-number/examples/index.js index cfc72922cd9e..1a897aa5d4b5 100644 --- a/lib/node_modules/@stdlib/assert/is-nonnegative-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonnegative-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonpositive-integer-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonpositive-integer-array/examples/index.js index d54303fb4e55..83840e664da3 100644 --- a/lib/node_modules/@stdlib/assert/is-nonpositive-integer-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonpositive-integer-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonpositive-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonpositive-integer/examples/index.js index 515e79c243bd..8e84d06b3d26 100644 --- a/lib/node_modules/@stdlib/assert/is-nonpositive-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonpositive-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonpositive-number-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonpositive-number-array/examples/index.js index d1d15a4f3607..d1819c2ff612 100644 --- a/lib/node_modules/@stdlib/assert/is-nonpositive-number-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonpositive-number-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-nonpositive-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-nonpositive-number/examples/index.js index 242c47d9841a..40f7794eb6a7 100644 --- a/lib/node_modules/@stdlib/assert/is-nonpositive-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-nonpositive-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-number-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-number-array/examples/index.js index dde220b337d6..a3617adeec4a 100644 --- a/lib/node_modules/@stdlib/assert/is-number-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-number-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-number/examples/index.js index 37aad180b309..caaa63164fcc 100644 --- a/lib/node_modules/@stdlib/assert/is-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-odd/examples/index.js b/lib/node_modules/@stdlib/assert/is-odd/examples/index.js index 5fd33409ab90..34773f5f2f5c 100644 --- a/lib/node_modules/@stdlib/assert/is-odd/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-odd/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-positive-integer-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-positive-integer-array/examples/index.js index d3dc92916499..db995b8b44ad 100644 --- a/lib/node_modules/@stdlib/assert/is-positive-integer-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-positive-integer-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-positive-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-positive-integer/examples/index.js index 9726789ead82..40cf50f0160d 100644 --- a/lib/node_modules/@stdlib/assert/is-positive-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-positive-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-positive-number-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-positive-number-array/examples/index.js index f45cd76bae45..dd8c0451b784 100644 --- a/lib/node_modules/@stdlib/assert/is-positive-number-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-positive-number-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-positive-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-positive-number/examples/index.js index af1f8e9834df..20433c5f3bb0 100644 --- a/lib/node_modules/@stdlib/assert/is-positive-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-positive-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-positive-zero/examples/index.js b/lib/node_modules/@stdlib/assert/is-positive-zero/examples/index.js index 0c0770b5c295..a535bc3e45df 100644 --- a/lib/node_modules/@stdlib/assert/is-positive-zero/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-positive-zero/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-prime/examples/index.js b/lib/node_modules/@stdlib/assert/is-prime/examples/index.js index 2b66a552a5c5..2c8bb9869372 100644 --- a/lib/node_modules/@stdlib/assert/is-prime/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-prime/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-probability/examples/index.js b/lib/node_modules/@stdlib/assert/is-probability/examples/index.js index e29390d2bf71..55efd1c975a8 100644 --- a/lib/node_modules/@stdlib/assert/is-probability/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-probability/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-safe-integer-array/examples/index.js b/lib/node_modules/@stdlib/assert/is-safe-integer-array/examples/index.js index 9fce1e2fe55c..f1f2d1339888 100644 --- a/lib/node_modules/@stdlib/assert/is-safe-integer-array/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-safe-integer-array/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-safe-integer/examples/index.js b/lib/node_modules/@stdlib/assert/is-safe-integer/examples/index.js index f0b2652f3b20..c26fbe705468 100644 --- a/lib/node_modules/@stdlib/assert/is-safe-integer/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-safe-integer/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-square-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-square-number/examples/index.js index c8266521e013..3c6883441955 100644 --- a/lib/node_modules/@stdlib/assert/is-square-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-square-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-square-triangular-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-square-triangular-number/examples/index.js index 8aca7596f38b..93ffb6896464 100644 --- a/lib/node_modules/@stdlib/assert/is-square-triangular-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-square-triangular-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' ); diff --git a/lib/node_modules/@stdlib/assert/is-triangular-number/examples/index.js b/lib/node_modules/@stdlib/assert/is-triangular-number/examples/index.js index 63b37f3ddd5e..a227bbd08e77 100644 --- a/lib/node_modules/@stdlib/assert/is-triangular-number/examples/index.js +++ b/lib/node_modules/@stdlib/assert/is-triangular-number/examples/index.js @@ -16,8 +16,6 @@ * limitations under the License. */ -/* eslint-disable no-new-wrappers */ - 'use strict'; var Number = require( '@stdlib/number/ctor' );