Skip to content

Commit 6931cf1

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

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ The `done` callback is invoked upon function completion and is provided at most
8181

8282
## Examples
8383

84+
<!-- eslint-disable callback-return -->
85+
8486
``` javascript
8587
var randu = require( '@stdlib/math/base/random/randu' );
8688
var ifelseAsync = require( '@stdlib/utils/if-else-async' );

0 commit comments

Comments
 (0)