Don't run on files written for es6 environment
Opened this issue · 0 comments
siddharthvp commented
It's possible to specify individual files as being written for ES6 environment using:
/* eslint-env es6 */
This should prevent the es5 rules being applied to the file.