Skip to content

Commit 312aa81

Browse files
committed
Update name of disabled rule
1 parent 818acac commit 312aa81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/node_modules/@stdlib/array/convert-same/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The function supports input arrays having the following data types:
8585

8686
## Examples
8787

88-
<!-- eslint-disable no-new-cap -->
88+
<!-- eslint-disable stdlib/new-cap-error -->
8989

9090
<!-- eslint no-undef: "error" -->
9191

lib/node_modules/@stdlib/array/dtype/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var dt = dtype( 'beep' );
7777

7878
## Examples
7979

80-
<!-- eslint-disable no-new-cap -->
80+
<!-- eslint-disable stdlib/new-cap-error -->
8181

8282
<!-- eslint no-undef: "error" -->
8383

lib/node_modules/@stdlib/constants/array/max-typed-array-length/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var len = MAX_TYPED_ARRAY_LENGTH;
6767

6868
## Examples
6969

70-
<!-- eslint-disable no-new-cap -->
70+
<!-- eslint-disable stdlib/new-cap-error -->
7171

7272
<!-- eslint no-undef: "error" -->
7373

0 commit comments

Comments
 (0)