aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-16 10:17:14 -0400
committerRick Waldron <waldron.rick@gmail.com>2012-10-16 10:17:14 -0400
commited9e34482a303e7e64c397f89533dbe64f51cfbf (patch)
tree343331dcdc9b4f93dbeff7c375e3526c4bcd3057 /.jshintrc
parent605a38073e657d929eed06b3211baee1cd29c787 (diff)
downloadjquery-ed9e34482a303e7e64c397f89533dbe64f51cfbf.tar.gz
jquery-ed9e34482a303e7e64c397f89533dbe64f51cfbf.zip
enforce double quotes via JSHint. Closes gh-975
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
index fd498d83b..1c2f7c2b0 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -5,6 +5,7 @@
"expr": true,
"latedef": true,
"noarg": true,
+ "quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true