diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-03 16:28:20 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-03 16:28:20 -0400 |
commit | bc17143e104dbcc0098cefecd75e11f63c7a1529 (patch) | |
tree | 0afcb2ad47f860f57557eba1d9000c99d462a213 /.jshintrc | |
parent | 00ea79dd35d730322d5ea8ebcb2c11387e6f8096 (diff) | |
download | html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.tar.xz html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.zip |
fix MIME types
Diffstat (limited to '.jshintrc')
-rw-r--r-- | .jshintrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..6c2d36a --- /dev/null +++ b/.jshintrc @@ -0,0 +1,10 @@ +{ + "globalstrict": true, + "browser": true, + "devel": true, + "globals": { + "Modernizr": false, + "html5ks": false, + "when": false + } +} |