From 075c12f6e26bf8fb8dcfda4a00757fc90a3f0dbd Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Thu, 2 Apr 2026 13:05:51 +0000 Subject: [PATCH] prefer let/const over var --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 3fc08de..9f21de9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,6 +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. ## HTML/CSS - use semantic HTML elements (`