Enable quotation mark checks in jshint

Require double quote marks
This commit is contained in:
Łukasz Mierzwa
2017-04-27 22:51:55 -07:00
parent 4e97f4f0aa
commit ad897596b2
+4 -1
View File
@@ -4,5 +4,8 @@
"devel": true,
"undef": true,
"unused": true
"unused": true,
"quotmark": "double"
}