diff --git a/.jshintrc b/.jshintrc index 147a5b34..993d67c0 100644 --- a/.jshintrc +++ b/.jshintrc @@ -13,5 +13,6 @@ "strict" : true, "undef" : true, "evil" : true, - "expr" : true + "expr" : true, + "quotmark": "single" }