From b630d4f6aacb26d06ea1a473168fa190b13b19a3 Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Mon, 31 Jul 2023 20:58:03 +0200 Subject: [PATCH] chore: disable dum rule for now --- frontend/.eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index c1410fdce..695e3a31e 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -34,6 +34,10 @@ module.exports = { "import/core-modules": ["virtual:windi.css"], }, rules: { + // temp disable + // TODO reenable + "vue/no-setup-props-destructure": "off", + "eol-last": ["error", "always"], "vue/multi-word-component-names": "off",