dsheiko / jscodesniffer

⛔️ [DEPRECATED] Tool to ensure that your JavaScript code does not violate the specified coding standard (Idiomatic Style Manifesto or JQuery Core Style Guidelines)
http://dsheiko.github.io/jscodesniffer/
42 stars 8 forks source link

ES6 support #29

Open pawelbaranski opened 8 years ago

pawelbaranski commented 8 years ago

Hi

Is ES6 going to be supported ? esprima version you are using only supports 5.1, but the newest version has ES6 support. Is there a reason why it is no used yet ?

dsheiko commented 8 years ago

Yeah, I was checking some time ago, Esprima is fine with ES6. I will take care soon