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 @@