From 782efd217f68f44508383c61c2e8543d1f83ea1c Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 13 Aug 2020 00:04:48 +0300 Subject: [PATCH] Enforce double quotes in .eslintrc --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index d33e1cf..6698909 100644 --- a/.eslintrc +++ b/.eslintrc @@ -19,6 +19,7 @@ "!": true, "!!": true } - }] + }], + "quotes": ["error", "double"] } }