Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@robertrossmann robertrossmann released this 29 Apr 16:58
· 322 commits to master since this release
3460095

Notable changes

  • (breaking) [react]: Bump react version to 0.15 in linting checks
  • (breaking) [nodejs]: The configuration file environments/nodejs/latest has been renamed to environments/nodejs/v5
  • (breaking) [nodejs]: Remove legacy (pre-5.0) Node.js support
  • [nodejs]: Added configuration file for Node.js v6 via environments/nodejs/v6

New rules related to ES 2015 features have been enabled for Node.js v6 release configuration. These include support for new syntax (rest arguments, default parameters etc.) and rules to encourage programming patterns which are now possible thanks to that syntax: