| 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..1e9bf34f6bc8333247c5e7ec6795f3f66d616e55 100644
|
| --- a/third_party/WebKit/Source/devtools/.eslintrc.js
|
| +++ b/third_party/WebKit/Source/devtools/.eslintrc.js
|
| @@ -55,6 +55,7 @@ module.exports = {
|
| "no-shadow-restricted-names": 2,
|
| "no-cond-assign": 2,
|
| "no-debugger": 2,
|
| + "no-console": [2, { "allow": ["warn", "error", "assert", "timeStamp", "time", "timeEnd"] }],
|
| "no-dupe-keys": 2,
|
| "no-duplicate-case": 2,
|
| "no-empty-character-class": 2,
|
| @@ -94,7 +95,6 @@ module.exports = {
|
| "no-trailing-spaces": 2,
|
| "linebreak-style": [ 2, "unix" ],
|
|
|
| -
|
| /**
|
| * Disabled, aspirational rules
|
| */
|
|
|