Yuki Takei %!s(int64=7) %!d(string=hai) anos
pai
achega
f122b2a9bf
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      .eslintrc.js

+ 0 - 5
.eslintrc.js

@@ -43,10 +43,6 @@ module.exports = {
         ignoreTrailingComments: true,
       },
     ],
-    'newline-per-chained-call': [
-      'error',
-      { ignoreChainWithDepth: 2 }
-    ],
     'no-continue': 'off',
     'no-param-reassign': [
       'error',
@@ -83,7 +79,6 @@ module.exports = {
         ArrayExpression: 'first',
         FunctionDeclaration: { body: 1, parameters: 2 },
         FunctionExpression: { body: 1, parameters: 2 },
-        MemberExpression: 'off',
       },
     ],
     // "key-spacing": [