Skip to content

Commit 61dddeb

Browse files
authored
chore: remove unused ESLint directives from @stdlib/assert examples
PR-URL: stdlib-js#8248 Closes: stdlib-js#8244 Reviewed-by: Athan Reines <[email protected]>
1 parent ddceed7 commit 61dddeb

File tree

33 files changed

+1
-65
lines changed

33 files changed

+1
-65
lines changed

lib/node_modules/@stdlib/assert/is-even/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-finite-array/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-finite/examples/index.js

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-
/* eslint-disable no-new-wrappers, stdlib/no-redeclare */
19+
/* eslint-disable stdlib/no-redeclare */
2020

2121
'use strict';
2222

lib/node_modules/@stdlib/assert/is-infinite/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-integer/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-nan-array/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Float64Array = require( '@stdlib/array/float64' );

lib/node_modules/@stdlib/assert/is-nan/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var hasSymbolSupport = require( '@stdlib/assert/has-symbol-support' );

lib/node_modules/@stdlib/assert/is-negative-integer-array/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-negative-integer/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

lib/node_modules/@stdlib/assert/is-negative-number-array/examples/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/* eslint-disable no-new-wrappers */
20-
2119
'use strict';
2220

2321
var Number = require( '@stdlib/number/ctor' );

0 commit comments

Comments
 (0)