Skip to content

Commit 6eb13e2

Browse files
committed
JSCS: disallow multiple var declarations
1 parent e89eca4 commit 6eb13e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jscs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"return",
1818
"catch"
1919
],
20-
"requireMultipleVarDecl": true,
20+
"disallowMultipleVarDecl": true,
2121
"disallowLeftStickedOperators": [
2222
"?",
2323
"+",

0 commit comments

Comments
 (0)