From 7368f5c323c9f4d9c5d3162f3020a5fbdfbdbf47 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 13 May 2025 21:10:01 +0200 Subject: [PATCH] chore: disable vue/no-boolean-default lint rule We're not doing anything about it and don't think it is useful. --- frontend/eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index ee69d487d..b1649fa6c 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -32,7 +32,6 @@ export default [ 'extensions': ['.js', '.jsx', '.ts', '.tsx', '.vue'], 'shouldMatchCase': true, }], - 'vue/no-boolean-default': ['warn', 'default-false'], 'vue/match-component-import-name': 'error', 'vue/prefer-separate-static-class': 'warn',