Skip to content

ES2015 is the new cool

Choose a tag to compare

@brzpegasus brzpegasus released this 21 Apr 16:40
· 172 commits to master since this release
  • This release introduces a new custom rule, disallowVar, that enforces the use of let and const instead of var.
  • requireLineBreakAfterVariableAssignment is now removed, pending a fix in JSCS (#4).