We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d6ae7 commit 9d598cfCopy full SHA for 9d598cf
src/plugins/node.ts
@@ -8,7 +8,8 @@ export const settings: Linter.Config = {
8
rules: {
9
"node/callback-return": "error",
10
"node/exports-style": ["error", "module.exports"],
11
- "node/global-require": "error",
+ // Allow dynamic imports.
12
+ "node/global-require": "off",
13
"node/handle-callback-err": ["error", "^(err|error)$"],
14
"node/no-callback-literal": "error",
15
"node/no-mixed-requires": [
0 commit comments