Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-04-27 10:21:07 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-30 10:59:44 +0300
commita41b98045d668dc57a73a66e34c9639fe7694b61 (patch)
treed91557968647ef2133aa2432c2b97811f6a3613c /.eslintrc.js
parent5249c1390a04968eefc8a9ee183306d646be7c53 (diff)
Added file upload store tests
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js8
1 files changed, 8 insertions, 0 deletions
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
+ }
+ }
+ ]
}