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

@ -18,10 +18,9 @@ import fs from 'fs';
import os from 'os';
import path from 'path';
import { devices } from 'playwright';
import { sanitizeForFilePath } from './tools/utils.js';
import type { Config, ToolCapability } from '../config.js';
import type { BrowserContextOptions, LaunchOptions } from 'playwright';
import { sanitizeForFilePath } from './tools/utils.js';
export type CLIOptions = {
allowedOrigins?: string[];