| Index: third_party/WebKit/Source/devtools/.eslintrc.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/.eslintrc.js b/third_party/WebKit/Source/devtools/.eslintrc.js
|
| similarity index 95%
|
| rename from third_party/WebKit/Source/devtools/front_end/.eslintrc.js
|
| rename to third_party/WebKit/Source/devtools/.eslintrc.js
|
| index a705378231b3dae84788b85f86eddc2ffa2a5e9a..b4f537960053e709863f3af048d4ce6d912538f5 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/.eslintrc.js
|
| +++ b/third_party/WebKit/Source/devtools/.eslintrc.js
|
| @@ -22,7 +22,6 @@ module.exports = {
|
|
|
|
|
| // syntax preferences
|
| - // "indent": [2, 2, { "SwitchCase": 1, "CallExpression": {"arguments": 2}, "MemberExpression": 2 }],
|
| "quotes": [2, "single", {
|
| "avoidEscape": true,
|
| "allowTemplateLiterals": true
|
| @@ -53,7 +52,6 @@ module.exports = {
|
| "no-shadow-restricted-names": 2,
|
|
|
| // es2015 features
|
| - // "no-useless-constructor": 2,
|
| "require-yield": 2,
|
| "template-curly-spacing": [2, "never"],
|
|
|
| @@ -89,6 +87,8 @@ module.exports = {
|
| * Disabled, aspirational rules
|
| */
|
|
|
| + "indent": [0, 2, { "SwitchCase": 1, "CallExpression": {"arguments": 2}, "MemberExpression": 2 }],
|
| +
|
| // brace-style is disabled, as eslint cannot enforce 1tbs as default, but allman for functions
|
| "brace-style": [0, "allman", { "allowSingleLine": true }],
|
|
|
|
|