From 9d932c1e2057829545e4f867e5fe349b76171de5 Mon Sep 17 00:00:00 2001 From: EwelinaLasowy Date: Thu, 5 May 2022 08:17:52 +0200 Subject: [PATCH] #5 - disabled multi-word-component-names --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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, }, }