Skip to content

Commit 442a69a

Browse files
committed
fix lint
1 parent 70e1bd8 commit 442a69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@apphosting/adapter-nextjs/e2e/run-local.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const scenarios: Scenario[] = [
6060
const configContent = scenario.config;
6161

6262
// Remove any existing next.config.* files
63+
// eslint-disable-next-line @typescript-eslint/await-thenable
6364
const configFiles = await glob(join(cwd, "next.config.*"));
6465
for (const file of configFiles) {
6566
await fsExtra.remove(file);

0 commit comments

Comments
 (0)