ESLint ecmaVersion setting is not needed if env is es6
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 15 Nov 2017 13:27:13 +0000 (14:27 +0100)
committerŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 15 Nov 2017 13:27:13 +0000 (14:27 +0100)
commit85f88747f25fd9ac8fc347912a785453a175e58e
tree91b8881d57abc4562104e474e987ddec5f22b1b7
parent76d072e4813b8d28630d7a3768bccc37bf54f7f5
ESLint ecmaVersion setting is not needed if env is es6

From ESLint documentation:

"Specifying Environments:
es6 - enable all ECMAScript 6 features except for modules
(this automatically sets the ecmaVersion parser option to 6)."

https://eslint.org/docs/user-guide/configuring#specifying-environments

Bug: T139740
Change-Id: Ie675a8a75c09857003d100d7ff92922deebe753e
tests/selenium/.eslintrc.json