Enable the @typescript-eslint/no-floating-promises rule
modified .eslintrc.json
@@ -8,7 +8,8 @@
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -49,6 +50,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified tests/e2e/project.spec.ts
@@ -72,7 +72,7 @@ test("show source tree at specific revision", async ({ page }) => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/support/globalSetup.ts
@@ -3,7 +3,7 @@ import type { FullConfig } from "@playwright/test";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tsconfig.json
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|