Clean up ESLint configuration

parserOptions is redundant sice env is already set to es6.

Bug: T177262
Change-Id: If478a0aaeb7fef184be965645fbd2cb276b630c8
This commit is contained in:
Željko Filipin 2017-12-22 16:12:54 +01:00
parent 819ef7da76
commit b174a6f298

View file

@ -5,9 +5,6 @@
"mocha": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 6
},
"globals": {
"browser": false
},