diff --git a/.eslintrc b/.eslintrc index 340d657ba..7cae49e41 100644 --- a/.eslintrc +++ b/.eslintrc @@ -112,7 +112,7 @@ rules: no-undef: 2 no-undefined: 0 no-unused-vars: 2 - no-use-before-define: 2 + no-use-before-define: 1 # Node.js and CommonJS callback-return: 2