Skip to content

Commit 821d72b

Browse files
authored
style: disable ESLint rules
Signed-off-by: Athan <[email protected]>
1 parent 21b4bf0 commit 821d72b

File tree

1 file changed

+3
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmeanpw

1 file changed

+3
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanpw/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var v = dnanmeanpw( 5, x, 2 );
8383

8484
Note that indexing is relative to the first index. To introduce an offset, use [`typed array`][mdn-typed-array] views.
8585

86-
<!-- eslint-disable stdlib/capitalized-comments -->
86+
<!-- eslint-disable stdlib/capitalized-comments, max-len -->
8787

8888
```javascript
8989
var Float64Array = require( '@stdlib/array/float64' );
@@ -114,6 +114,8 @@ The function has the following additional parameters:
114114

115115
While [`typed array`][mdn-typed-array] views mandate a view offset based on the underlying buffer, the offset parameter supports indexing semantics based on a starting index. For example, to calculate the [arithmetic mean][arithmetic-mean] for every other element starting from the second element:
116116

117+
<!-- eslint-disable max-len -->
118+
117119
```javascript
118120
var Float64Array = require( '@stdlib/array/float64' );
119121

0 commit comments

Comments
 (0)