aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc.cjs
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r--.eslintrc.cjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index ed2ab70..ee347c0 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -11,4 +11,7 @@ module.exports = {
11 env: { 11 env: {
12 "vue/setup-compiler-macros": true, 12 "vue/setup-compiler-macros": true,
13 }, 13 },
14 rules: {
15 "vue/multi-word-component-names": "off",
16 },
14}; 17};