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

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-12 19:46:14 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-12 19:46:14 +0300
commit185aa04ae3c5c1b0b7453cf4b55fe313574fe3f6 (patch)
treee064490c4d95f791ce8c44c8c4da3faea78173ff /js/.jshintrc
parentee3baa68ef7bfb1ced09177fa7cff4fb5a8e55df (diff)
update build file
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 19894c5ea..a5c3f3bec 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -48,6 +48,8 @@
"t": true,
"url": true,
"navigator": true,
- "oc_requesttoken": true
+ "oc_requesttoken": true,
+ "__dirname": true,
+ "require": true
}
}