From 35fd0a93b1cee62fff5e45ac7f43d56e2769514e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 25 Nov 2020 22:44:45 +0100 Subject: [PATCH] Update ESLint configuration Remove the line to disable the "github/no-then" rule. --- .eslintrc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index fb276cf31..86cdc5d6e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -49,8 +49,7 @@ "@typescript-eslint/prefer-regexp-exec": "off", "@typescript-eslint/require-await": "off", "@typescript-eslint/restrict-template-expressions": "off", - "func-style": "off", - "github/no-then": "off" + "func-style": "off" } }] }