| commit | 5f62a892cde01424e80121ef633408d4b28c945f | [log] [tgz] |
|---|---|---|
| author | Ben Rohlfs <brohlfs@google.com> | Fri Apr 24 16:06:18 2020 +0200 |
| committer | Ben Rohlfs <brohlfs@google.com> | Fri Apr 24 16:06:18 2020 +0200 |
| tree | a59159097eee9d6ebffd312901ab9e2616d47582 | |
| parent | bdad621f61d8c25965f912b5d6fafc9e285691b0 [diff] |
Change from ECMA version 8 to 9 This allows using object spread syntax. Change-Id: I644afe32f75d6bbcb197b27f573df452d3995905
diff --git a/polygerrit-ui/app/.eslintrc.js b/polygerrit-ui/app/.eslintrc.js index b249d78..fc24278 100644 --- a/polygerrit-ui/app/.eslintrc.js +++ b/polygerrit-ui/app/.eslintrc.js
@@ -21,7 +21,7 @@ module.exports = { "extends": ["eslint:recommended", "google"], "parserOptions": { - "ecmaVersion": 8, + "ecmaVersion": 9, "sourceType": "module" }, "env": {