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' );