summaryrefslogtreecommitdiff
path: root/js/.jshintrc
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-06-08 22:15:17 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-06-21 13:23:37 -0400
commit96a771cb10c37a66e60f15a89af030b67d8d7f13 (patch)
tree523bcce67ef704b8366f60926e06e8e9402ffced /js/.jshintrc
parent18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c (diff)
downloadhtml5ks-96a771cb10c37a66e60f15a89af030b67d8d7f13.tar.xz
html5ks-96a771cb10c37a66e60f15a89af030b67d8d7f13.zip
work on stuff
Diffstat (limited to 'js/.jshintrc')
-rw-r--r--js/.jshintrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
new file mode 100644
index 0000000..23ef946
--- /dev/null
+++ b/js/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "globalstrict": true,
+ "browser": true
+}