From 0fa04e06591829f56670f66de4a36f2cf7dcbb2c Mon Sep 17 00:00:00 2001 From: lemonslut Date: Sat, 7 Jun 2025 21:54:03 -0600 Subject: [PATCH] eslint: turn off vue/multi-word-component-names --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index a7e930eb..877eef3d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -122,6 +122,7 @@ module.exports = { 'tab' ], 'vue/valid-template-root': 'off', + 'vue/multi-word-component-names': 'off', 'vue/max-attributes-per-line': 'off', 'vue/require-prop-types': 'off', 'vue/require-default-prop': 'off',