chore: align lint w/ playwright (#729)

This commit is contained in:
Pavel Feldman 2025-07-21 17:07:13 -07:00 committed by GitHub
parent eeeab4f042
commit f1826b96b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 19 deletions

View file

@ -15,10 +15,9 @@
*/
import { createConnection as createConnectionImpl } from './connection.js';
import type { Connection } from '../index.js';
import { resolveConfig } from './config.js';
import { contextFactory } from './browserContextFactory.js';
import type { Connection } from '../index.js';
import type { Config } from '../config.js';
import type { BrowserContext } from 'playwright';
import type { BrowserContextFactory } from './browserContextFactory.js';