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
7 changed files with 46 additions and 19 deletions

View File

@@ -16,11 +16,10 @@
import { fork } from 'child_process';
import path from 'path';
import { fileURLToPath } from 'url';
import { z } from 'zod';
import { defineTool } from './tool.js';
import { fileURLToPath } from 'node:url';
const install = defineTool({
capability: 'core-install',