diff --git a/web3.js/.eslintrc.js b/web3.js/.eslintrc.js index b8439079e..545bd6ff3 100644 --- a/web3.js/.eslintrc.js +++ b/web3.js/.eslintrc.js @@ -34,6 +34,7 @@ module.exports = { 'linebreak-style': ['error', 'unix'], 'no-console': [0], 'no-trailing-spaces': ['error'], + 'no-undef': 'off', 'no-unused-vars': 'off', quotes: [ 'error',