summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 16:28:20 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 16:28:20 -0400
commitbc17143e104dbcc0098cefecd75e11f63c7a1529 (patch)
tree0afcb2ad47f860f57557eba1d9000c99d462a213 /.jshintrc
parent00ea79dd35d730322d5ea8ebcb2c11387e6f8096 (diff)
downloadhtml5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.tar.xz
html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.zip
fix MIME types
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc10
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
+ }
+}