ES2015 is the new cool
- This release introduces a new custom rule,
disallowVar, that enforces the use ofletandconstinstead ofvar. requireLineBreakAfterVariableAssignmentis now removed, pending a fix in JSCS (#4).
disallowVar, that enforces the use of let and const instead of var.requireLineBreakAfterVariableAssignment is now removed, pending a fix in JSCS (#4).