From: Zach Panzarino Date: Thu, 15 Sep 2016 00:27:29 +0000 (+0000) Subject: Allow variable use before define with warning X-Git-Tag: v2.3.0-rc.1~1^2~6^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bc280e1856c4ab09a8a529347f2ef1e5292807e;p=thirdparty%2FChart.js.git Allow variable use before define with warning --- 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