0

Update ESLint in third_party/node/ from 5.16.0 to 7.11.0

The latest version has support (among others) for Dynamic JS modules
and BigInt.

Fixed: 1139102
Change-Id: I70c0b30f3d5ef622a6d382d811ad774b6b9d3748
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2478884
Auto-Submit: dpapad <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818206}
This commit is contained in:
dpapad
2020-10-17 03:06:16 +00:00
committed by Commit Bot
parent a012635028
commit a0617309be
4 changed files with 345 additions and 385 deletions

@ -6,10 +6,10 @@ module.exports = {
'root': true,
'env': {
'browser': true,
'es6': true,
'es2020': true,
},
'parserOptions': {
'ecmaVersion': 2017,
'ecmaVersion': 2020,
'sourceType': 'module',
},
'rules': {

@ -1 +1 @@
57ebd65121c4ed969896f4bd8441077850951083
f44430862b93f5fa7edc6a27e175c4defa0140bc

722
third_party/node/package-lock.json generated vendored

File diff suppressed because it is too large Load Diff

@ -5,7 +5,7 @@
"dependencies": {
"babel-eslint": "10.0.2",
"crisper": "2.1.1",
"eslint": "5.16.0",
"eslint": "7.11.0",
"polymer-bundler": "4.0.10",
"polymer-css-build": "0.7.0",
"terser": "5.3.3",