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,],