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:
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index eb9bb2859..15c79d436 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -43,6 +43,7 @@
"exports": true,
"reverse": true,
"items": true,
- "enumerate": true
+ "enumerate": true,
+ "News": true
}
}