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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/javascript/unit/.eslintrc.js')
-rw-r--r--tests/javascript/unit/.eslintrc.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/javascript/unit/.eslintrc.js b/tests/javascript/unit/.eslintrc.js
index 391d41eb..c562f13d 100644
--- a/tests/javascript/unit/.eslintrc.js
+++ b/tests/javascript/unit/.eslintrc.js
@@ -1,5 +1,9 @@
module.exports = {
env: {
jest: true
+ },
+ rules: {
+ "node/no-missing-import": ["off"],
+ "import/no-unresolved": ["off"],
}
}