diff options
Diffstat (limited to 'test/.jshintrc')
-rw-r--r-- | test/.jshintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/.jshintrc b/test/.jshintrc index a0dfa0ccb..9068558c4 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -10,7 +10,8 @@ "undef": true, "smarttabs": true, "maxerr": 100, - "sub": true + "sub": true, + "quotmark": "double" }, "globals": { "define": true, |