diff --git a/index.js b/index.js index 4cc1c98..9c37a63 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,7 @@ module.exports = { "no-restricted-syntax": "off", "guard-for-in": "off", "no-underscore-dangle": "off", - "yoda": "off" + "yoda": "off", + "global-require": "warn" } }