summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
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