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.
It's possible to specify individual files as being written for ES6 environment using:
This should prevent the es5 rules being applied to the file.