chore: apply Prettier formatting to entire codebase

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-20 22:01:53 +02:00
parent 1d8cffb119
commit 3ed9d2ee22
18 changed files with 1008 additions and 319 deletions
+1 -1
View File
@@ -61,4 +61,4 @@ export const clipboardScripts = `
form.submit();
}
}
`;
`;
+1 -1
View File
@@ -70,4 +70,4 @@ export const initScripts = `
// Run setup when DOM is fully loaded
document.addEventListener('DOMContentLoaded', initInteractive);
`;
`;