Update global .jshintrc quotmark

quotes should be consistent
This commit is contained in:
Nick Nisi
2013-12-07 09:10:09 -06:00
parent 950e844d25
commit b6a605a412

View File

@@ -61,6 +61,6 @@
"yui": false,
"indent": 4,
"predef": [ "require", "define" ],
"quotmark": "single",
"quotmark": true,
"maxcomplexity": 10
}
}