diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:59:57 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-03 21:59:57 +0200 |
commit | 59994bfee8ae2151238e0ba98b84dd04ae3a43a4 (patch) | |
tree | 7fdcc986bd006ff212120c58ded4635045d79452 /.eslintrc.cjs | |
parent | b4207f27821617d83e4cf018c169ca3bac30fda1 (diff) | |
download | homer-59994bfee8ae2151238e0ba98b84dd04ae3a43a4.tar.gz homer-59994bfee8ae2151238e0ba98b84dd04ae3a43a4.tar.zst homer-59994bfee8ae2151238e0ba98b84dd04ae3a43a4.zip |
Fix lint issues
Diffstat (limited to '.eslintrc.cjs')
-rw-r--r-- | .eslintrc.cjs | 3 |
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 | }; |