From ad897596b205198ef51beed27dc6f944fb2dea2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 27 Apr 2017 21:31:52 -0700 Subject: [PATCH] Enable quotation mark checks in jshint Require double quote marks --- .jshintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 70b9448b4..0cfd8a461 100644 --- a/.jshintrc +++ b/.jshintrc @@ -4,5 +4,8 @@ "devel": true, "undef": true, - "unused": true + "unused": true, + + + "quotmark": "double" }