We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc44ab commit 7fd685aCopy full SHA for 7fd685a
2 files changed
.prettierignore
@@ -23,4 +23,7 @@ shrinkwrap.json
23
24
# Build outputs
25
dist
26
-lib
+lib
27
+
28
+# Skill templates (contain placeholder syntax that formatters break)
29
+skills/vtable-development-assistant/template/
skills/vtable-development-assistant/template/diagnosis.html
@@ -163,11 +163,8 @@ <h1>📊 {{REPORT_TITLE}}</h1>
163
document.body.innerHTML = `<div style="padding:40px;text-align:center;color:#ef4444;font-size:15px;">${msg}</div>`;
164
}
165
function initApp() {
166
- {
167
168
- CONFIG_BLOCK;
169
- }
170
+ // prettier-ignore
+ {{CONFIG_BLOCK}}
171
const app = document.getElementById('app');
172
function buildEditorBlock(id) {
173
return `
0 commit comments