From 62af4f5026c7f0de6f32e7819d27a757cdfe50b0 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 16 Nov 2021 14:23:18 +0100 Subject: [PATCH] [cleaup] No need for computed if directly derefed --- .eslintrc.js | 2 +- src/components/navigation/EssentialExpansionLink.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3cb6fff..5282c8c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -77,7 +77,7 @@ module.exports = { rules: { // VueStuff // Defaults to error on eslint-plugin-vue 8.0.3, but let us be not too strict with names - 'vue/multi-word-component-names': 'warn', + 'vue/multi-word-component-names': 'off', // Rejects on promises should always be of the Error type (and allow empty rejects as well) 'prefer-promise-reject-errors': ["error", {"allowEmptyReject": true}], diff --git a/src/components/navigation/EssentialExpansionLink.vue b/src/components/navigation/EssentialExpansionLink.vue index 3dcc1d4..e750078 100644 --- a/src/components/navigation/EssentialExpansionLink.vue +++ b/src/components/navigation/EssentialExpansionLink.vue @@ -27,7 +27,7 @@