This repository has been archived by the owner on Mar 7, 2019. It is now read-only.
4.0.0
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:
- Prefer rest arguments instead of the
arguments
object - Prefer use of the new Reflect API in some circumstances