From 8864d043906f316dd1c87d8ca0c00d4996972d11 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 1 Aug 2025 16:51:57 +0200 Subject: [PATCH] docs: update code agent instructions --- AGENTS.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 7880b83b7..6b7dfe942 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -154,9 +154,7 @@ Use the **Conventional Commits** style when committing changes (for example, `fe ## Frontend Development Guidelines -The web client lives in `frontend/` and uses Vue.js 3 in combination with TypeScript. - -Check the `frontend/.editorconfig` file and obey the formatting rules outlined there. +The web client lives in `frontend/` and uses Vue 3 + TypeScript. ESLint rules enforce: single quotes, trailing commas, no semicolons, tab indent, Vue