Skip to content

Commit 7fd685a

Browse files
committed
chore: fix formatter of skills
1 parent cfc44ab commit 7fd685a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ shrinkwrap.json
2323

2424
# Build outputs
2525
dist
26-
lib
26+
lib
27+
28+
# Skill templates (contain placeholder syntax that formatters break)
29+
skills/vtable-development-assistant/template/

skills/vtable-development-assistant/template/diagnosis.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,8 @@ <h1>📊 {{REPORT_TITLE}}</h1>
163163
document.body.innerHTML = `<div style="padding:40px;text-align:center;color:#ef4444;font-size:15px;">${msg}</div>`;
164164
}
165165
function initApp() {
166-
{
167-
{
168-
CONFIG_BLOCK;
169-
}
170-
}
166+
// prettier-ignore
167+
{{CONFIG_BLOCK}}
171168
const app = document.getElementById('app');
172169
function buildEditorBlock(id) {
173170
return `

0 commit comments

Comments
 (0)