You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/plugins.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,9 @@ module.exports = {
81
81
// Disabled as the rule doesn't exclude scripts executed with `node` but not referenced in "bin". See https://github.com/mysticatea/eslint-plugin-node/issues/96
82
82
// 'node/shebang': 'error',
83
83
'node/no-deprecated-api': 'error',
84
-
'node/exports-style': ['error','module.exports']
84
+
'node/exports-style': ['error','module.exports'],
85
+
// Disable by default (override `plugin:unicorn/recommended`), will be enabled if supported by the Node version
0 commit comments