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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-01-31 18:37:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-01-31 18:37:07 +0300
commit4fdbf57625778d1b22d09b378a815ddace645fac (patch)
treea25d5dfc204defb5bc15f3c62b5e079c54a46acb /.jshintrc
parente157e8133fbd22e85ece392fa0fb190a2f7b15d6 (diff)
Add Promise as valid global
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index 85b70638e..0aa776b6f 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -27,6 +27,7 @@
"fakeServer": true,
"OC": true,
"OCA": true,
+ "Promise": true,
"t": true,
"n": true
}