From bb474060e9373d8634fed15c328619fc54a36258 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 30 Apr 2021 15:19:46 +0200 Subject: Fix tabs in config files Signed-off-by: Vincent Petry --- .eslintrc.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 663d66a9f..287ab7ddb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,11 +3,11 @@ module.exports = { '@nextcloud' ], overrides: [ - { - 'files': ['**/*.spec.js'], - 'rules': { - 'node/no-unpublished-import': 0 - } - } - ] + { + 'files': ['**/*.spec.js'], + 'rules': { + 'node/no-unpublished-import': 0 + } + } + ] } -- cgit v1.2.3