[Code Style] Don't require separate var decls

...but allow them (for compatibility with existing code style)
This commit is contained in:
Victor Woeltjen 2016-05-12 15:47:11 -07:00
parent 370f90acb2
commit 111b241a15

View File

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