From e45f5bdebb820bea8d70abb903d9a2d5f49c24ca Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sat, 12 Apr 2025 22:29:29 -0400 Subject: [PATCH] [lint] Fix remaining vue lint warnings (#3435) --- eslint.config.js | 3 +- src/components/bottomPanel/BottomPanel.vue | 2 +- src/components/sidebar/SidebarIcon.vue | 50 ++++++++----------- .../sidebar/tabs/WorkflowsSidebarTab.vue | 13 +++-- .../tabs/workflows/WorkflowTreeLeaf.vue | 10 +++- src/components/topbar/WorkflowTabs.vue | 2 +- 6 files changed, 42 insertions(+), 38 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index df4682b61..2b8b77f3c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -52,7 +52,8 @@ export default [ '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/prefer-as-const': 'off', - 'unused-imports/no-unused-imports': 'error' + 'unused-imports/no-unused-imports': 'error', + 'vue/no-v-html': 'off' } } ] diff --git a/src/components/bottomPanel/BottomPanel.vue b/src/components/bottomPanel/BottomPanel.vue index 205e4f405..a49268753 100644 --- a/src/components/bottomPanel/BottomPanel.vue +++ b/src/components/bottomPanel/BottomPanel.vue @@ -1,7 +1,7 @@ @@ -27,32 +26,25 @@ diff --git a/src/components/sidebar/tabs/WorkflowsSidebarTab.vue b/src/components/sidebar/tabs/WorkflowsSidebarTab.vue index e720b5ebe..bd27e77b4 100644 --- a/src/components/sidebar/tabs/WorkflowsSidebarTab.vue +++ b/src/components/sidebar/tabs/WorkflowsSidebarTab.vue @@ -38,12 +38,15 @@ >