Re: [openstack-dev] [javascript] [eslint-config-openstack] ECMAScript 6 / ECMAScript2015 rules.

2016-05-12 Thread Vitaly Kramskikh
As of now, I've created review requests to enable all the rules used for Fuel UI except these: http://eslint.org/docs/rules/object-shorthand http://eslint.org/docs/rules/prefer-arrow-callback http://eslint.org/docs/rules/prefer-spread Enabling them will break valid ES5 code, and I didn't find a

[openstack-dev] [javascript] [eslint-config-openstack] ECMAScript 6 / ECMAScript2015 rules.

2016-05-12 Thread Michael Krotscheck
Fuel has already adopted ES6, and is moving to adopt eslint-config-openstack. To help them, Vitaly's started to propose language style rules for ES6, which are available to review at the below link: https://review.openstack.org/#/q/topic:es6+project:openstack/eslint-config-openstack Please take