Implement no floating promises on eslint rules
This commit is contained in:
parent
6c6a7e6fe4
commit
c573e9fbaf
2 changed files with 5 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
|||
],
|
||||
"rules": {
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-floating-promises": "error",
|
||||
"@typescript-eslint/no-explicit-any": "error"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue