From e5ef5841652c9246f50cd9b8ce5963775782144a Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 2 Apr 2026 13:06:43 +0000 Subject: [PATCH] tag code --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9f21de9..8d5a267 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,7 +13,7 @@ - use Vue.js as a framework - use Bootstrap or Quasar for CSS/UI. Load via CDN script tags, not npm. - no JS testing framework for now. Do not add Jest, Vitest, or similar unless asked. -- do not use var constructions in most circumstances. Prefer let and const. +- do not use `var` constructions in most circumstances. Prefer `let` and `const`. ## HTML/CSS - use semantic HTML elements (`