Skip to content

Commit 2e7e87a

Browse files
committed
fix: ignore lints
1 parent b7927d3 commit 2e7e87a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/auth-server/tests/guardian.spec.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
/* eslint-disable no-console */
2-
import type { Page } from "@playwright/test";
3-
import { expect, test } from "@playwright/test";
1+
/* eslint-disable no-console, simple-import-sort/imports */
42
import { exec } from "child_process";
53
import { promisify } from "util";
64

5+
import { expect, test } from "@playwright/test";
6+
import type { Page } from "@playwright/test";
7+
78
const execAsync = promisify(exec);
89

910
/**

0 commit comments

Comments
 (0)