aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 000c46b1a81..deae31d24c3 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -13,5 +13,8 @@ module.exports = {
extends: ['@nextcloud'],
rules: {
'no-tabs': 'warn',
- }
+ // TODO: make sure we fix this as this is bad vue coding style.
+ // Use proper sync modifier
+ 'vue/no-mutating-props': 'warn',
+ },
}