distributed icon indicating copy to clipboard operation
distributed copied to clipboard

Enable ES6

Open pamo opened this issue 8 years ago • 3 comments

Description

Update JSHint to allow ES6.

Motivation

The support for ES6 has grown a lot. There's no need to do transpilation to use its features. http://kangax.github.io/compat-table/es6/

Expected Behavior

Use es6 features such as arrow functions in development and see that the application is interpreted by all browsers.

Actual Behavior

Build fails because we haven't enabled es6. The application runs properly in chrome.

pamo avatar Oct 28 '17 02:10 pamo

@pamo, are we planning to remove JSHint and have eslint instead?

@glauberramos, have you started working on this?

Roshanjossey avatar Nov 01 '17 11:11 Roshanjossey

@Roshanjossey that's even better

pamo avatar Nov 01 '17 13:11 pamo

@Roshanjossey I didn't start it, please go ahead if you want to work on it

glauberramos avatar Nov 01 '17 14:11 glauberramos