From 87a023fff78f33c32dda60082d6f2cf66b11516c Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Wed, 13 Aug 2025 00:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/regulatory-management-util/.eslintrc.cjs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/web/regulatory-management-util/.eslintrc.cjs b/code/web/regulatory-management-util/.eslintrc.cjs index 87a79c1..f015744 100644 --- a/code/web/regulatory-management-util/.eslintrc.cjs +++ b/code/web/regulatory-management-util/.eslintrc.cjs @@ -111,6 +111,14 @@ module.exports = { },], // vue "vue/html-indent": ["error", 4,], + "vue/max-attributes-per-line": ["error", { + "singleline": { + "max": 3, + }, + "multiline": { + "max": 2, + }, + },], // typescript // "@typescript-eslint/indent": ["warn", 4,], "@stylistic/indent": ["warn", 4,],