From 62e41b6a7df73ff3717e301eacfaf60d59eab7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 12 Nov 2021 09:24:27 +0100 Subject: [PATCH] update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 72a76f00..0b4c7102 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -51,6 +51,7 @@ module.exports = { 'func-names': ['error', 'never'], 'arrow-body-style': 'off', 'max-len': 'off', + 'no-return-assign': 'off', 'vue/one-component-per-file': 'off', 'vue/this-in-template': ['error', 'never'], 'vue/multi-word-component-names': 'off',