summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 0f0c91e..fc986f4 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -21,6 +21,6 @@ module.exports = {
rules: {
'comma-dangle': ['error', 'always-multiline'],
- 'vue/max-attributes-per-line': [1, { singleline: { max: 4 } }],
+ 'vue/max-attributes-per-line': [1, { singleline: { max: 5 } }],
},
};