From 28d7c1e74922f538834a94725f36b43389941c59 Mon Sep 17 00:00:00 2001 From: Sidarta Veloso Date: Wed, 16 Oct 2024 17:23:39 -0300 Subject: [PATCH] chore: update ESLint configuration for improved code style consistency - Disabled 'no-unused-vars' to use TypeScript-specific rule. - Enabled '@typescript-eslint/no-unused-vars' with warning, ignoring unused variables starting with '_'. - Disabled 'vue/no-v-html' to allow dynamic HTML rendering. - Added 'vue/padding-line-between-blocks' rule to enforce empty lines between