Skip to content

Commit 361632d

Browse files
committed
doc: fix lint error in modules.md
PR-URL: #37811 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Bradley Farias <[email protected]>
1 parent 104dac7 commit 361632d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/api/modules.md

+1
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ native modules and if a name matching a native module is added to the cache,
656656
only `node:`-prefixed require calls are going to receive the native module.
657657
Use with care!
658658

659+
<!-- eslint-disable node-core/no-duplicate-requires -->
659660
```js
660661
const assert = require('assert');
661662
const realFs = require('fs');

0 commit comments

Comments
 (0)