Skip to content

Commit c7b98f9

Browse files
authored
style: disable lint rule
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 04af95a commit c7b98f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/repl/lib/regexp_require.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19+
/* eslint-disable stdlib/jsdoc-example-require-spacing */
20+
1921
'use strict';
2022

2123
// MAIN //
@@ -34,14 +36,12 @@
3436
* var RE_REQUIRE = createRegExp();
3537
*
3638
* var bool = RE_REQUIRE.test( 'var foo = require( "foo" );' );
37-
*
3839
* // returns true
3940
*
4041
* @example
4142
* var RE_REQUIRE = createRegExp();
4243
*
4344
* var bool = RE_REQUIRE.test( 'var foo = require( "./foo.js" );' );
44-
*
4545
* // returns true
4646
*/
4747
function createRegExp() {

0 commit comments

Comments
 (0)