[Code Style] Allow var decl after start of scope

This commit is contained in:
Victor Woeltjen 2016-05-12 15:51:17 -07:00
parent 111b241a15
commit fb159f6361

View File

@ -1,4 +1,5 @@
{
"preset": "crockford",
"requireMultipleVarDecl": false
"requireMultipleVarDecl": false,
"requireVarDeclFirst": false
}