We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node:
1 parent 0b48911 commit 7ae125cCopy full SHA for 7ae125c
1 file changed
doc/eslint.config_partial.mjs
@@ -3,7 +3,9 @@ import {
3
noRestrictedSyntaxCommonLib,
4
requireEslintTool,
5
} from '../tools/eslint/eslint.config_utils.mjs';
6
-import { builtinModules as builtin } from 'node:module';
+import { builtinModules } from 'node:module';
7
+
8
+const builtin = builtinModules.filter((name) => !name.startsWith('node:'));
9
10
const globals = requireEslintTool('globals');
11
Get our FREE eBook "10 Programming Tips That Changed Everything" when you subscribe!
No spam. Unsubscribe anytime.
0 commit comments