Explorar o código

[eslint] Disable consistent-return rule

poeti8 %!s(int64=6) %!d(string=hai) anos
pai
achega
973f97b724
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .eslintrc

+ 2 - 1
.eslintrc

@@ -26,7 +26,8 @@
         "singleQuote": true,
         "printWidth": 100
       }
-    ]
+    ],
+    "consistent-return": "off"
   },
   "plugins": [
     "prettier"