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/.jshintrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index 7d424890d..611743709 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -5,6 +5,14 @@
"$": true,
"angular": true,
"OC": true,
- "app": true
+ "app": true,
+ "protractor": true,
+ "describe": true,
+ "beforeEach": true,
+ "module": true,
+ "browser": true,
+ "expect": true,
+ "By": true,
+ "it": true
}
} \ No newline at end of file