From b9906fb21e9f1aadf14e473b8c26a2ec7537fa11 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Wed, 4 Jan 2023 19:06:52 +0100 Subject: feat(files): Quota in navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- .eslintrc.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index f4333f93d21..812fec4c009 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,8 +8,15 @@ module.exports = { oc_userconfig: true, dayNames: true, firstDay: true, + 'cypress/globals': true, }, - extends: ['@nextcloud'], + plugins: [ + 'cypress', + ], + extends: [ + '@nextcloud', + 'plugin:cypress/recommended', + ], rules: { 'no-tabs': 'warn', // TODO: make sure we fix this as this is bad vue coding style. -- cgit v1.2.3