Update ESLint configuration

Remove the line to disable the "github/no-then"  rule.
This commit is contained in:
Eric Cornelissen 2020-11-25 22:44:45 +01:00
parent 378f1f95d7
commit 35fd0a93b1

View file

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