diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-08 22:15:17 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:23:37 -0400 |
commit | 96a771cb10c37a66e60f15a89af030b67d8d7f13 (patch) | |
tree | 523bcce67ef704b8366f60926e06e8e9402ffced /js/.jshintrc | |
parent | 18a8514997b9ff68cefeb1bb1ffe4eeb75d1de7c (diff) | |
download | html5ks-96a771cb10c37a66e60f15a89af030b67d8d7f13.tar.xz html5ks-96a771cb10c37a66e60f15a89af030b67d8d7f13.zip |
work on stuff
Diffstat (limited to 'js/.jshintrc')
-rw-r--r-- | js/.jshintrc | 4 |
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 +} |