Skip to content

Commit cd8eaab

Browse files
committed
Disable lint rule
1 parent 6931cf1 commit cd8eaab

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/utils/if-then-async

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/utils/if-then-async/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ ifthenAsync( predicate, x, y, done );
131131

132132
## Examples
133133

134+
<!-- eslint-disable callback-return -->
135+
134136
``` javascript
135137
var randu = require( '@stdlib/math/base/random/randu' );
136138
var ceil = require( '@stdlib/math/base/special/ceil' );

0 commit comments

Comments
 (0)