[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-29 02:04:04 +00:00
parent 530efba5bb
commit 589eb850e0
8 changed files with 128 additions and 97 deletions

View File

@@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"description": "Interactive CLI for recording and transforming Playwright browser tests",
"type": "module",
"bin": {
"comfy-test": "./dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",