Skip to content

Commit 82439fb

Browse files
chore: remove unused ESLint directives
PR-URL: stdlib-js#8247 Ref: stdlib-js#8244 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 5b89de1 commit 82439fb

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

lib/node_modules/@stdlib/assert/is-boolean-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 Boolean = require( '@stdlib/boolean/ctor' );

lib/node_modules/@stdlib/assert/is-boolean/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 Boolean = require( '@stdlib/boolean/ctor' );

lib/node_modules/@stdlib/assert/is-composite/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-cube-number/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-number/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)