From 926310803b216fbedf053f5d14f3d37afb7d4a93 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Tue, 7 May 2024 16:09:47 +0200 Subject: [PATCH] chore: linter jsdoc issue --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index b4fc5cf5f..7c9b7264c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -6,5 +6,6 @@ export default tresLintConfig({ rules: { 'style/max-statements-per-line': 'off', 'vue/attribute-hyphenation': 'off', + 'jsdoc/check-alignment': 'off', }, })