Commit a9840d6a authored by John Emau's avatar John Emau Committed by Commit Bot

DevTools: Support ECMAScript 9 (2018) features

This change updates our eslint configuration to parse ECMAScript 9
syntax which includes the object literal spread operator.

Change-Id: I9fadc40b2832e92a32f4ee94fddaf9c719046413
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639178Reviewed-by: default avatarJoel Einbinder <einbinder@chromium.org>
Commit-Queue: John Emau <johnemau@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#666325}
parent 395cd0a7
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
}, },
"parserOptions": { "parserOptions": {
"ecmaVersion": 8 "ecmaVersion": 9
}, },
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment