Merge pull request #4204 from WoltLab/code_cleanup
[GitHub/WoltLab/WCF.git] / .eslintrc.js
index 70cc12846f54007658a4f468531b7c0932eb4df8..95884323e792e5718ec8ad6fb08e93ef175b7f06 100644 (file)
@@ -32,6 +32,11 @@ module.exports = {
       "error", {
         "argsIgnorePattern": "^_"
       }
+    ],
+    "@typescript-eslint/no-misused-promises": [
+      "error", {
+        "checksVoidReturn": false
+      }
     ]
   }
 };