diff --git a/index.js b/index.js index 866c8c9..8792f19 100644 --- a/index.js +++ b/index.js @@ -175,7 +175,7 @@ module.exports = { 'no-shadow-restricted-names': 'error', 'no-undef': 'error', 'no-undef-init': 'error', - 'no-undefined': 'error', + 'no-undefined': 'off', 'no-unused-vars': 'error', 'no-use-before-define': 'off',