Skip to content

Commit c5b33c1

Browse files
authored
docs: resolve lint failure
Signed-off-by: Athan <[email protected]>
1 parent 407cc85 commit c5b33c1

File tree

1 file changed

+9
-10
lines changed
  • lib/node_modules/@stdlib/cli/ctor/lib

1 file changed

+9
-10
lines changed

lib/node_modules/@stdlib/cli/ctor/lib/index.js

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@
2727
* var CLI = require( '@stdlib/cli/ctor' );
2828
*
2929
* var opts = {
30-
* 'pkg': require( './path/to/package.json' ), // eslint-disable-line stdlib/jsdoc-doctest
31-
* 'help': 'Usage: beep [options] <boop>',
32-
* 'title': 'foo',
33-
* 'updates': true,
34-
* 'options': {
35-
* 'boolean': [
36-
* 'help',
37-
* 'version'
38-
* ]
39-
* }
30+
* 'help': 'Usage: beep [options] <boop>',
31+
* 'title': 'foo',
32+
* 'updates': true,
33+
* 'options': {
34+
* 'boolean': [
35+
* 'help',
36+
* 'version'
37+
* ]
38+
* }
4039
* };
4140
* var cli = new CLI( opts );
4241
* // returns <CLI>

0 commit comments

Comments
 (0)