diff --git a/.eslintrc.js b/.eslintrc.js index ba5b8c0..53abb81 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,5 +21,6 @@ module.exports = { 'tailwindcss/enforces-shorthand': 'error', 'tailwindcss/no-arbitrary-value': 'error', 'tailwindcss/no-contradicting-classname': 'error', + 'vue/multi-word-component-names': 0, }, }