Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <template>, <script>, and <style> blocks.
- Loading branch information