From 7ca81f360f42341b2941798374160d362507ba26 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 22 Jul 2021 13:21:25 +0200 Subject: Fix eslint and update bundles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .eslintrc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') 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', + }, } -- cgit v1.2.3