aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 042254c95..a49a9e71b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -89,6 +89,10 @@
89 "@typescript-eslint/no-empty-interface": "off", 89 "@typescript-eslint/no-empty-interface": "off",
90 "@typescript-eslint/no-extraneous-class": "off", 90 "@typescript-eslint/no-extraneous-class": "off",
91 "@typescript-eslint/no-use-before-define": "off", 91 "@typescript-eslint/no-use-before-define": "off",
92
93 "require-await": "off",
94 "@typescript-eslint/require-await": "error",
95
92 // bugged but useful 96 // bugged but useful
93 "@typescript-eslint/restrict-plus-operands": "off" 97 "@typescript-eslint/restrict-plus-operands": "off"
94 }, 98 },