Starting fixing unhandled promises

This commit is contained in:
David Négrier 2021-12-16 18:18:55 +01:00
parent bade2b41b6
commit 6e27ffb2d5
7 changed files with 18 additions and 19 deletions

View file

@ -35,7 +35,6 @@ module.exports = {
"no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "error",
// TODO: remove those ignored rules and write a stronger code!
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/no-unsafe-assignment": "off",