| Index: third_party/WebKit/Source/devtools/.eslintrc.js
|
| diff --git a/third_party/WebKit/Source/devtools/.eslintrc.js b/third_party/WebKit/Source/devtools/.eslintrc.js
|
| index 7eafe914805582b2b5b09dfdbd0c1480dc4ca65a..e7bb20aa585fd050f4923daa5c10e7761179f6b7 100644
|
| --- a/third_party/WebKit/Source/devtools/.eslintrc.js
|
| +++ b/third_party/WebKit/Source/devtools/.eslintrc.js
|
| @@ -62,6 +62,7 @@ module.exports = {
|
| "no-unsafe-negation": 2,
|
| "radix": 2,
|
| "valid-typeof": 2,
|
| + "no-unused-vars": [2, { "args": "none", "vars": "local" }],
|
|
|
| // es2015 features
|
| "require-yield": 2,
|
|
|