From 8bc280e1856c4ab09a8a529347f2ef1e5292807e Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Thu, 15 Sep 2016 00:27:29 +0000 Subject: [PATCH] Allow variable use before define with warning --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3