chore: align lint w/ playwright (#729)
This commit is contained in:
parent
eeeab4f042
commit
f1826b96b6
7 changed files with 46 additions and 19 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue