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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-27 23:18:15 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-27 23:18:15 +0300
commitfbbfa4844ffbbbe860089e79b66d8bdebdfe6e8b (patch)
treed3fee1c07bb18026b2b9dd3fb543e03f7bce6f71 /.jshintrc
parent27bbfaddbfc9647e11b036fa1c4be0fc2ecaab98 (diff)
Add more allowed globals
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 696c009..6aa805b 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -14,6 +14,7 @@
"indent": 4,
"browser": true,
"globals": {
+ "t": true,
"console": true,
"it": true,
"xit": true,
@@ -21,7 +22,8 @@
"describe": true,
"define": true,
"beforeEach": true,
- "afterEach": true
+ "afterEach": true,
+ "require": true
},
"esversion": 6,
"asi": true