chore: enable @typescript-eslint/no-floating-promises rule (#260)

This commit is contained in:
Max Schmitt 2025-04-23 16:03:30 +02:00 committed by GitHub
parent 586492a3f0
commit b9dc323734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 4 deletions

4
tsconfig.all.json Normal file
View file

@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.ts", "**/*.js"],
}