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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/tests/.eslintrc.js')
-rw-r--r--core/src/tests/.eslintrc.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/tests/.eslintrc.js b/core/src/tests/.eslintrc.js
new file mode 100644
index 00000000000..451ef6bdfa2
--- /dev/null
+++ b/core/src/tests/.eslintrc.js
@@ -0,0 +1,9 @@
+module.exports = {
+ globals: {
+ jsdom: true,
+ sinon: true,
+ },
+ rules: {
+ "node/no-unpublished-import": 'off'
+ }
+}