From 75c89b471c46e08dfa45113a2f0fa5769b4b6f2c Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 30 Oct 2025 21:49:35 +0800 Subject: [PATCH] fix: linting --- src/components/EntityGrid.vue | 62 ++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/src/components/EntityGrid.vue b/src/components/EntityGrid.vue index 92c76e81..d7001abe 100644 --- a/src/components/EntityGrid.vue +++ b/src/components/EntityGrid.vue @@ -1,17 +1,9 @@ -/** - * EntityGrid.vue - Unified entity grid layout component - * - * Extracted from GiftedDialog.vue to provide a reusable grid layout - * for displaying people, projects, and special entities with selection. - * - * @author Matthew Raymer - */ +/** * EntityGrid.vue - Unified entity grid layout component * * Extracted from +GiftedDialog.vue to provide a reusable grid layout * for displaying people, +projects, and special entities with selection. * * @author Matthew Raymer */