summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
new file mode 100644
index 000000000..7d424890d
--- /dev/null
+++ b/js/.jshintrc
@@ -0,0 +1,10 @@
+{
+ "globals": {
+ "console": true,
+ "jQuery": true,
+ "$": true,
+ "angular": true,
+ "OC": true,
+ "app": true
+ }
+} \ No newline at end of file