mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
kick-format
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
|
<!-- Test i18n workflow - this should trigger locale updates -->
|
||||||
|
<div class="search-test-message">
|
||||||
|
Test Workflow Auto-Fix Message
|
||||||
|
</div>
|
||||||
<IconField>
|
<IconField>
|
||||||
<Button
|
<Button
|
||||||
v-if="filterIcon"
|
v-if="filterIcon"
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ import App from './App.vue'
|
|||||||
import './assets/css/style.css'
|
import './assets/css/style.css'
|
||||||
import { i18n } from './i18n'
|
import { i18n } from './i18n'
|
||||||
|
|
||||||
|
// Test formatting and linting issues
|
||||||
|
const unused_variable = "This should trigger lint issues"; // Should trigger unused-var
|
||||||
|
const badly_formatted_object={foo:"bar",baz:"qux"} // Missing spaces, should trigger format
|
||||||
|
console.log("Test workflow auto-fix", unused_variable, badly_formatted_object) // Should trigger console-log rule
|
||||||
|
|
||||||
const ComfyUIPreset = definePreset(Aura, {
|
const ComfyUIPreset = definePreset(Aura, {
|
||||||
semantic: {
|
semantic: {
|
||||||
// @ts-expect-error fixme ts strict error
|
// @ts-expect-error fixme ts strict error
|
||||||
|
|||||||
Reference in New Issue
Block a user