summaryrefslogtreecommitdiffstats
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 04:36:40 +0200
commit04e421cf2f4f801d7e5e6b1fbdb8221855ad4613 (patch)
tree4a5e0b5a447ed75813fd4ef92c35f2e2fb4f1ac8 /js/.jshintrc
parentadb9dfeb350bdb92e998fefc2827ffe8b58256a2 (diff)
add basic files for js rewrite
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