From c962aa2f32555d8b27bdabd9f7182ccaf008d140 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Tue, 11 Jan 2022 13:46:58 +0100 Subject: [PATCH] Update .eslintrc.js Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com> --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 07f747e..898a3a0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,4 +13,4 @@ module.exports = { 'vue/html-indent': ['error', 4], 'vue/multi-word-component-names': 'off', } -}; \ No newline at end of file +};