[auto-fix] Apply ESLint and Prettier fixes

This commit is contained in:
GitHub Action
2025-09-13 10:27:34 +00:00
parent 0ae6e26052
commit 35e56a441c
5 changed files with 64 additions and 48 deletions

View File

@@ -1,12 +1,12 @@
// Setup browser globals before any other imports that might use them
import './setup-browser-globals.js'
import * as fs from 'fs'
import { comfyPageFixture as test } from '../browser_tests/fixtures/ComfyPage'
import type { ComfyNodeDef } from '../src/schemas/nodeDefSchema'
import type { ComfyApi } from '../src/scripts/api'
import { ComfyNodeDefImpl } from '../src/stores/nodeDefStore'
import { normalizeI18nKey } from '../src/utils/formatUtil'
import './setup-browser-globals.js'
const localePath = './src/locales/en/main.json'
const nodeDefsPath = './src/locales/en/nodeDefs.json'