Highlights This is a summary of the major changes you need to know about for this version of ESLint. More Language Options 0.14.0 adds more language options for parsing JavaScript, including: ECMAScript 6 arrow functions Global return statements (for use with Node.js scripts) All of these options are off by default, and you can enable them in your configuration file. See Configuring ESLint for mor
