Allow variable use before define with warning

This commit is contained in:
Zach Panzarino 2016-09-15 00:27:29 +00:00
parent bddd4cd94b
commit 8bc280e185

View File

@ -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