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" } }] }