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
path: root/tests
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-02-10 17:49:53 +0300
committerGitHub <noreply@github.com>2020-02-10 17:49:53 +0300
commit00618b4e3f49ad05829b46a68812043abb8af171 (patch)
tree36a916261ef540344076fcaece2d218e8dec18eb /tests
parenta8d82c4d0308b71427f009ae44c1abfba33a37fb (diff)
parentabe9abd3232cb6539e823da56955c46f6662e2bb (diff)
Merge pull request #844 from nextcloud/add/actions/lint
Move to github actions 1
Diffstat (limited to 'tests')
-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"],
}
}