Implement no floating promises on eslint rules

This commit is contained in:
Alexis Faizeau 2021-11-08 14:45:25 +01:00
parent 6c6a7e6fe4
commit c573e9fbaf
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,7 @@
],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-explicit-any": "error"
}
}