diff --git a/.jshintrc b/.jshintrc index 70b9448b4..0cfd8a461 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,5 +4,8 @@ "devel": true, "undef": true, - "unused": true + "unused": true, + + + "quotmark": "double" }