Browse Source

[eslint] Disable consistent-return rule

poeti8 6 năm trước cách đây
mục cha
commit
973f97b724
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .eslintrc

+ 2 - 1
.eslintrc

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