From a41b98045d668dc57a73a66e34c9639fe7694b61 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 27 Apr 2021 09:21:07 +0200 Subject: Added file upload store tests Signed-off-by: Vincent Petry --- .eslintrc.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 949fe0148..663d66a9f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,4 +2,12 @@ module.exports = { extends: [ '@nextcloud' ], + overrides: [ + { + 'files': ['**/*.spec.js'], + 'rules': { + 'node/no-unpublished-import': 0 + } + } + ] } -- cgit v1.2.3