aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-12-25 12:01:09 -0500
committerMike Sherov <mike.sherov@gmail.com>2012-12-25 12:01:09 -0500
commit74d7eac2daabce0411e98ed9d59dada551cdd911 (patch)
tree155712cb5c1bb61cbd887ac7f33fc9db99d18d9d /ui/.jshintrc
parent63d624fcb51c8dbb52af386ddf798a5c16c1d6c9 (diff)
downloadjquery-ui-74d7eac2daabce0411e98ed9d59dada551cdd911.tar.gz
jquery-ui-74d7eac2daabce0411e98ed9d59dada551cdd911.zip
All: Convert single quotes to double quotes.
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r--ui/.jshintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc
index edf09721b..c7589525f 100644
--- a/ui/.jshintrc
+++ b/ui/.jshintrc
@@ -8,6 +8,7 @@
"latedef": true,
"noarg": true,
"onevar": true,
+ "quotmark": "double",
"trailing": true,
"undef": true,
"unused": true,