From d96994289b24c4bbd056660c5fe11fff0f77635e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 1 Apr 2020 14:16:19 +0200 Subject: Update server dependencies --- .eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index f099f38ba..8160753bd 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -64,6 +64,8 @@ } ], + "@typescript-eslint/return-await": "off", + "@typescript-eslint/no-base-to-string": "off", "@typescript-eslint/quotes": "off", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/explicit-function-return-type": "off", -- cgit v1.2.3